A B C D E F G H I K L N P R S T V

C

clear() - Method in class inf.util.DoubleKeyTreeMap
This function removes all mappings from this Map.
clear() - Method in class inf.util.HashedList
This function removes all of the elements from this Collection.
clear() - Method in class inf.util.IntKeyTreeMap
This function removes all mappings from this Map.
clear() - Method in class inf.util.SingletonSet
This function empties this Set.
clone() - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This class does not support cloning and an Exception will be thrown if this method is called.
clone() - Method in class inf.util.ArrayOfListsIntPriorityQueue
This class does not support cloning and an Exception will be thrown if this method is called.
clone() - Method in class inf.util.DoubleKeyTreeMap
This function returns a shallow copy of this DoubleKeyTreeMap.
clone() - Method in class inf.util.HashedList
This function returns a shallow copy of this HashedList.
clone() - Method in class inf.util.IntKeyTreeMap
This function returns a shallow copy of this IntKeyTreeMap.
clone() - Method in class inf.util.Pair
This function creates a semi-shallow clone of this Pair.
clone() - Method in class inf.util.RandomAccessIntPriorityQueue
This class does not support cloning and an Exception will be thrown if this method is called.
clone() - Method in class inf.util.SingletonSet
This function returns a semi-shallow clone of this Set.
clone() - Method in class inf.util.TreeOfListsDoublePriorityQueue
This class does not support cloning and an Exception will be thrown if this method is called.
clone() - Method in class inf.util.TupleEnumerator
This class does not support cloning and an Exception will be thrown if this method is called.
comp1 - Variable in class inf.util.Pair
the first component of this pair
comp2 - Variable in class inf.util.Pair
the second component of this pair
comparator() - Method in class inf.util.DoubleKeyTreeMap
This function throws an UnsupportedOperationException.
comparator() - Method in class inf.util.IntKeyTreeMap
This function throws an UnsupportedOperationException.
compareTo(DoubleKeyMap.DoubleKeyEntry<E>) - Method in class inf.util.DoubleKeyTreeMap.DoubleKeyTreeEntry
 
compareTo(IntKeyMap.IntKeyEntry<E>) - Method in class inf.util.IntKeyTreeMap.IntKeyTreeEntry
 
contains(Object) - Method in class inf.util.HashedList
This function returns true if this Collection contains the specified element which must not be null.
contains(Object) - Method in class inf.util.SingletonSet
This function tests whether the given Object is the element contained in this Set.
containsAll(Collection<?>) - Method in class inf.util.HashedList
This function returns true if this Collection contains all the specified elements in the given Collection which must not be null.
containsElementAt(E, Integer) - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(E, int) - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(E, Integer) - Method in class inf.util.ArrayOfListsIntPriorityQueue
This function throws an UnsupportedOperationException as there is no efficient implementation of this operation for this class.
containsElementAt(E, int) - Method in class inf.util.ArrayOfListsIntPriorityQueue
This function throws an UnsupportedOperationException as there is no efficient implementation of this operation for this class.
containsElementAt(E, double) - Method in interface inf.util.DoublePriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(E, int) - Method in interface inf.util.IntPriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(E, N) - Method in interface inf.util.PriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(E, Integer) - Method in class inf.util.RandomAccessIntPriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(E, int) - Method in class inf.util.RandomAccessIntPriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(E, Double) - Method in class inf.util.TreeOfListsDoublePriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsElementAt(E, double) - Method in class inf.util.TreeOfListsDoublePriorityQueue
This function tests whether the given element is currently in this queue at the given priority.
containsKey(double) - Method in interface inf.util.DoubleKeyMap
This function returns true if this DoubleKeyMap contains a mapping for the specified key, which is a double here.
containsKey(Object) - Method in class inf.util.DoubleKeyTreeMap
This function returns true if this Map contains a mapping for the specified key.
containsKey(double) - Method in class inf.util.DoubleKeyTreeMap
This function returns true if this DoubleKeyMap contains a mapping for the specified key, which is a double here.
containsKey(int) - Method in interface inf.util.IntKeyMap
This function returns true if this IntKeyMap contains a mapping for the specified key, which is an int here.
containsKey(Object) - Method in class inf.util.IntKeyTreeMap
This function returns true if this Map contains a mapping for the specified key.
containsKey(int) - Method in class inf.util.IntKeyTreeMap
This function returns true if this IntKeyMap contains a mapping for the specified key, which is an int here.
containsValue(Object) - Method in class inf.util.DoubleKeyTreeMap
This function returns true if this Map contains an Entry containing the specified value.
containsValue(Object) - Method in class inf.util.IntKeyTreeMap
This function returns true if this Map contains an Entry containing the specified value.
currentArrayList - Variable in class inf.util.ArrayOfHashedListsIntPriorityQueue.ArrayOfHashedListsIntPriorityQueueIterator
the index pointing to the current list in the array *
currentArrayList - Variable in class inf.util.ArrayOfListsIntPriorityQueue.ArrayOfListsIntPriorityQueueIterator
the index pointing to the current list in the array

A B C D E F G H I K L N P R S T V