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

I

indexOf(Object) - Method in class inf.util.HashedList
This class does not support index-based access to the list and an exception will be thrown if this method is called.
inf.util - package inf.util
 
IntKeyMap<E> - Interface in inf.util
This is a Map that maps ints (keys) to Objects (values).
IntKeyMap.IntKeyEntry<E> - Interface in inf.util
A node in the Map.
IntKeyTreeMap<E> - Class in inf.util
This is a Red-Black-Tree-based implementation of a SortedMap, mapping ints (keys) to Objects (values).
IntKeyTreeMap() - Constructor for class inf.util.IntKeyTreeMap
This constructor creates a new, empty IntKeyTreeMap.
IntKeyTreeMap(Map<? extends Integer, ? extends E>) - Constructor for class inf.util.IntKeyTreeMap
This constructor creates a new IntKeyTreeMap that contains all the associations from the given map.
IntKeyTreeMap.IntKeyTreeEntry<E> - Class in inf.util
 
IntKeyTreeMap.IntKeyTreeEntry(int, E, IntKeyTreeMap.IntKeyTreeEntry<E>) - Constructor for class inf.util.IntKeyTreeMap.IntKeyTreeEntry
Make a new cell with given key, value, and parent, and with null child links, and BLACK colour.
IntKeyTreeMap.IntKeyTreeMapIterator<T> - Class in inf.util
 
IntKeyTreeMap.IntKeyTreeMapIterator() - Constructor for class inf.util.IntKeyTreeMap.IntKeyTreeMapIterator
 
IntPriorityQueue<E> - Interface in inf.util
This class represents a priority queue, that is a queue in which elements can be held and from which they can be retrieved by priority.
isEmpty() - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This function tests whether this PriorityQueue is empty.
isEmpty() - Method in class inf.util.ArrayOfListsIntPriorityQueue
This function tests whether this PriorityQueue is empty.
isEmpty() - Method in class inf.util.DoubleKeyTreeMap
This function tests whether this Map contains no entries.
isEmpty() - Method in class inf.util.HashedList
This function tests whether this Collection contains no elements.
isEmpty() - Method in class inf.util.IntKeyTreeMap
This function tests whether this Map contains no entries.
isEmpty() - Method in interface inf.util.PriorityQueue
This function tests whether this PriorityQueue is empty.
isEmpty() - Method in class inf.util.RandomAccessIntPriorityQueue
This function tests whether this PriorityQueue is empty.
isEmpty() - Method in class inf.util.SingletonSet
This function tests whether this Set is empty.
isEmpty() - Method in class inf.util.TreeOfListsDoublePriorityQueue
This function tests whether this PriorityQueue is empty.
iterator() - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This function returns an Iterator for this priority queue.
iterator() - Method in class inf.util.ArrayOfListsIntPriorityQueue
This function returns an Iterator for this priority queue.
iterator() - Method in class inf.util.DoubleKeyTreeMap
This function returns an Iterator for the Entries in this Map.
iterator() - Method in class inf.util.HashedList
This function returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class inf.util.IntKeyTreeMap
This function returns an Iterator for the Entries in this Map.
iterator() - Method in class inf.util.RandomAccessIntPriorityQueue
This function returns an Iterator for this priority queue.
iterator() - Method in class inf.util.SingletonSet
This function returns an Iterator for the elements in this Set.
iterator() - Method in class inf.util.TreeOfListsDoublePriorityQueue
This function returns an Iterator for this priority queue.

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