Uses of Class
inf.util.IntKeyTreeMap

Uses of IntKeyTreeMap in inf.util
 

Fields in inf.util declared as IntKeyTreeMap
protected  IntKeyTreeMap<java.util.LinkedList<E>> ArrayOfListsIntPriorityQueue.pTree
          the data structure that contains a tree of Lists of nodes
protected  IntKeyTreeMap<HashedList<E>> ArrayOfHashedListsIntPriorityQueue.pTree
          the data structure that contains a tree of lists of nodes
 

Methods in inf.util that return IntKeyTreeMap
 IntKeyTreeMap<E> IntKeyTreeMap.clone()
           This function returns a shallow copy of this IntKeyTreeMap.