JUtil

Uses of Class
net.cscott.jutil.PersistentSet

Uses of PersistentSet in net.cscott.jutil
 

Methods in net.cscott.jutil that return PersistentSet
 PersistentSet<T> PersistentSet.add(T element)
          Creates and returns a new PersistentSet identical to this one, except it contains element.
 PersistentSet<T> PersistentSet.addAll(PersistentSet<T> set)
          Add all the items in the given set to this set.
 PersistentSet<T> PersistentSet.clone()
          Cloning takes constant time, regardless of the size of the set.
 PersistentSet<T> PersistentSet.remove(T element)
          Make a new PersistentSet identical to this one, except that it does not contain element.
 

Methods in net.cscott.jutil with parameters of type PersistentSet
 PersistentSet<T> PersistentSet.addAll(PersistentSet<T> set)
          Add all the items in the given set to this set.
 


JUtil

Copyright (c) 2006 C. Scott Ananian