[Nice-commit] Nice/stdlib/nice/lang java.nice,1.40,1.41
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-18 16:04:20
|
Update of /cvsroot/nice/Nice/stdlib/nice/lang In directory sc8-pr-cvs1:/tmp/cvs-serv1303/F:/nice/stdlib/nice/lang Modified Files: java.nice Log Message: Uncommented some 1.4 specific retyprings. Index: java.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/java.nice,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** java.nice 8 Oct 2003 11:05:12 -0000 1.40 --- java.nice 18 Nov 2003 16:04:17 -0000 1.41 *************** *** 197,206 **** <T> HashSet<T> HashSet(int,float) = native new HashSet(int,float); <T,U | U <: T> HashSet<T> HashSet(Collection<U>) = native new HashSet(Collection); - /* JDK1.4 <T> LinkedHashSet<T> LinkedHashSet() = native new LinkedHashSet(); <T> LinkedHashSet<T> LinkedHashSet(int) = native new LinkedHashSet(int); <T> LinkedHashSet<T> LinkedHashSet(int,float) = native new LinkedHashSet(int,float); <T,U | U <: T> LinkedHashSet<T> LinkedHashSet(Collection<U>) = native new LinkedHashSet(Collection); - JDK1.4 */ <K,V> HashMap<K,V> HashMap() = native new HashMap(); <K,V> HashMap<K,V> HashMap(int) = native new HashMap(int); --- 197,204 ---- |