hi,
i have this class ReadFiletoLabelledRelationDiagonal, that read values from a file to a object.
how can i restrict the type of input, for example
ReadFiletoLabelledRelationDiagonal<? extends Integer>
and
ReadFiletoLabelledRelationDiagonal<? extends Double>