Z
Z
zim322012-02-10 13:34:45
Java
zim32, 2012-02-10 13:34:45

Mathematicians. What is the correct way to read this notation?

is a subtype of Si[ F1 := T1, ..., Fn := Tn]

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cs0ip, 2015-08-01
@cs0ip

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 question

Ask a Question

731 491 924 answers to any question