forward reference

class A<U extends V, V> {} // this is illegal because of the forward reference.class A<U extends List><V>, V> {} // this is legal.
[165 byte] By [jingyia] at [2007-10-3 5:26:02]
# 1
Great, thanks for the info.
dubwaia at 2007-7-14 23:33:16 > top of Java-index,Core,Core APIs...