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

A

add(E) - Method in class inf.util.HashedList
This function appends the specified element to the end of this list.
add(int, E) - 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.
add(T) - Method in class inf.util.SingletonSet
This function adds the given element to this Set.
addAll(Collection<? extends E>) - Method in class inf.util.HashedList
This function adds all the elements from the given Collection to this list.
addAll(int, Collection<? extends E>) - 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.
addElementFirst(E, Integer) - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, int) - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, Integer) - Method in class inf.util.ArrayOfListsIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, int) - Method in class inf.util.ArrayOfListsIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, double) - Method in interface inf.util.DoublePriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, int) - Method in interface inf.util.IntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, N) - Method in interface inf.util.PriorityQueue
This function adds the given element at the given priority to this PriorityQueue.
addElementFirst(E, Integer) - Method in class inf.util.RandomAccessIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, int) - Method in class inf.util.RandomAccessIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, Double) - Method in class inf.util.TreeOfListsDoublePriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementFirst(E, double) - Method in class inf.util.TreeOfListsDoublePriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, Integer) - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, int) - Method in class inf.util.ArrayOfHashedListsIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, Integer) - Method in class inf.util.ArrayOfListsIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, int) - Method in class inf.util.ArrayOfListsIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, double) - Method in interface inf.util.DoublePriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, int) - Method in interface inf.util.IntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, N) - Method in interface inf.util.PriorityQueue
This function adds the given element at the given priority to this PriorityQueue.
addElementLast(E, Integer) - Method in class inf.util.RandomAccessIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, int) - Method in class inf.util.RandomAccessIntPriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, Double) - Method in class inf.util.TreeOfListsDoublePriorityQueue
This function adds the given element at the given priority to this priority queue.
addElementLast(E, double) - Method in class inf.util.TreeOfListsDoublePriorityQueue
This function adds the given element at the given priority to this priority queue.
addFirst(E) - Method in class inf.util.HashedList
This function inserts the given element at the beginning of this list.
addLast(E) - Method in class inf.util.HashedList
This function appends the given element to the end of this list.
ArrayOfHashedListsIntPriorityQueue<E> - Class 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.
ArrayOfHashedListsIntPriorityQueue() - Constructor for class inf.util.ArrayOfHashedListsIntPriorityQueue
This constructor creates an empty PriorityQueue.
ArrayOfHashedListsIntPriorityQueue(int) - Constructor for class inf.util.ArrayOfHashedListsIntPriorityQueue
This constructor creates an empty PriorityQueue where elements up to the given priority are stored in an array for quicker access.
ArrayOfHashedListsIntPriorityQueue.ArrayOfHashedListsIntPriorityQueueIterator<T> - Class in inf.util
This class represents an iterator for the elements in an ArrayOfListsIntPriorityQueue.
ArrayOfHashedListsIntPriorityQueue.ArrayOfHashedListsIntPriorityQueueIterator() - Constructor for class inf.util.ArrayOfHashedListsIntPriorityQueue.ArrayOfHashedListsIntPriorityQueueIterator
This constructor initializes an Iterator of the elements in the given priority queue.
ArrayOfListsIntPriorityQueue<E> - Class 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.
ArrayOfListsIntPriorityQueue() - Constructor for class inf.util.ArrayOfListsIntPriorityQueue
This constructor creates an empty PriorityQueue.
ArrayOfListsIntPriorityQueue(int) - Constructor for class inf.util.ArrayOfListsIntPriorityQueue
This constructor creates an empty PriorityQueue where elements up to the given priority are stored in an array for quicker access.
ArrayOfListsIntPriorityQueue.ArrayOfListsIntPriorityQueueIterator<T> - Class in inf.util
This class represents an iterator for the elements in an ArrayOfListsIntPriorityQueue.
ArrayOfListsIntPriorityQueue.ArrayOfListsIntPriorityQueueIterator() - Constructor for class inf.util.ArrayOfListsIntPriorityQueue.ArrayOfListsIntPriorityQueueIterator
This constructor initializes an Iterator of the elements in the given priority queue.

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