Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I believe that we are talking about a descendant of the generic type Si, with type parameters F1...Fn. And the values of these parameters are set to the values of specific types T1...Tn, respectively.
For example, Iterable<T>
.
Similarly with exends (in fact, it doesn't matter implements or exends).
This can be written according to this notation as follows:
IntCollection is a subtype of Iterable[T := Integer]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question