logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Nice/stdlib/nice/lang java.nice,1.30,1.31: msg#00148

Subject: Nice/stdlib/nice/lang java.nice,1.30,1.31
Update of /cvsroot/nice/Nice/stdlib/nice/lang
In directory sc8-pr-cvs1:/tmp/cvs-serv16916/F:/nice/stdlib/nice/lang

Modified Files:
        java.nice 
Log Message:
typo's.

Index: java.nice
===================================================================
RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/java.nice,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** java.nice   29 Aug 2003 18:58:28 -0000      1.30
--- java.nice   29 Aug 2003 19:22:19 -0000      1.31
***************
*** 211,216 ****
  <K,V,T | K <: T> TreeMap<K,V> TreeMap(Comparator<T>) = native new 
TreeMap(Comparator);
  <K,K0,V,V0 | K0 <: K, V0 <: V> TreeMap<K,V> TreeMap(Map<K0,V0>) = native new 
TreeMap(Map);
! <K,V> TreeMap<K,V> TreeMap(Sor/*
! ap<K,V>) = native new TreeMap(SortedMap);
  */
  /*
--- 211,215 ----
  <K,V,T | K <: T> TreeMap<K,V> TreeMap(Comparator<T>) = native new 
TreeMap(Comparator);
  <K,K0,V,V0 | K0 <: K, V0 <: V> TreeMap<K,V> TreeMap(Map<K0,V0>) = native new 
TreeMap(Map);
! <K,V> TreeMap<K,V> TreeMap(SorteMap<K,V>) = native new TreeMap(SortedMap);
  */
  /*
***************
*** 229,241 ****
  class AbstractSet<T> extends AbstractCollection<T> implements Set<T> = native 
java.util.AbstractSet;
  class AbstractMap<K,V> implements Map<K,V> = native java.util.AbstractMap;
! class ArrayList<T> extends AbstractList<T> implements Cloneable, Serializable 
= native java.util.ArrayList;
! class HashMap<K,V> extends AbstractMap<K,V> implements Cloneable, 
Serializable = native java.util.HashMap;
! class HashSet<T> extends AbstractSet<T> implements Cloneable, Serializable = 
native java.util.HashSet;
! class Hashtable<K,V> implements Map<K,V>, Cloneable, Serializable = native 
java.util.Hashtable;
! class LinkedList<T> extends AbstractSequentialList<T> implements Cloneable, 
Serializable = native java.util.LinkedList;
  class Stack<T> extends Vector<T> = native java.util.Vector;
! class TreeMap<K,V> extends AbstractMap<K,V> implements SortedMap<K,V>, 
Cloneable, Serializable = native java.util.TreeMap;
! class TreeSet<T> extends AbstractSet<T> implements SortedSet<T>, Cloneable, 
Serializable = native java.util.TreeSet;
! class Vector<T> extends AbstractList<T> implements CloneabWeakSerializable = 
native java.util.Vector;
  class WeakHashMap<K,V> extends AbstractMap<K,V> = native 
java.util.WeakHashMap;
  */
--- 228,240 ----
  class AbstractSet<T> extends AbstractCollection<T> implements Set<T> = native 
java.util.AbstractSet;
  class AbstractMap<K,V> implements Map<K,V> = native java.util.AbstractMap;
! class ArrayList<T> extends AbstractList<T> = native java.util.ArrayList;
! class HashMap<K,V> extends AbstractMap<K,V> = native java.util.HashMap;
! class HashSet<T> extends AbstractSet<T> = native java.util.HashSet;
! class Hashtable<K,V> implements Map<K,V> = native java.util.Hashtable;
! class LinkedList<T> extends AbstractSequentialList<T> = native 
java.util.LinkedList;
  class Stack<T> extends Vector<T> = native java.util.Vector;
! class TreeMap<K,V> extends AbstractMap<K,V> implements SortedMap<K,V> = 
native java.util.TreeMap;
! class TreeSet<T> extends AbstractSet<T> implements SortedSet<T> = native 
java.util.TreeSet;
! class Vector<T> extends AbstractList<T> = native java.util.Vector;
  class WeakHashMap<K,V> extends AbstractMap<K,V> = native 
java.util.WeakHashMap;
  */




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf


<Prev in Thread] Current Thread [Next in Thread>