- get(ElementReference) - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
- get(ElementReference) - Method in class net.automatalib.commons.smartcollections.BackedGeneralPriorityQueue
-
- get(ElementReference) - Method in class net.automatalib.commons.smartcollections.BinaryHeap
-
- get(ElementReference) - Method in interface net.automatalib.commons.smartcollections.SmartCollection
-
Retrieves an element by its reference.
- get(ElementReference) - Method in class net.automatalib.commons.smartcollections.UnorderedCollection
-
- getBack() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Retrieves the last element in the list.
- getBack() - Method in interface net.automatalib.commons.smartcollections.SmartDeque
-
Retrieves the element at the end of the sequence, or null
if the sequence is empty.
- getBackEntry() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Retrieves the last entry in the list, or null
if the list is empty.
- getBackReference() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Retrieves a reference to the last element in the list.
- getBackReference() - Method in interface net.automatalib.commons.smartcollections.SmartDeque
-
Retrieves the reference to the element at the end of the sequence, or null
if the sequence is
empty.
- getElement() - Method in class net.automatalib.commons.smartcollections.DefaultLinkedListEntry
-
- getElement() - Method in interface net.automatalib.commons.smartcollections.LinkedListEntry
-
Retrieves the element stored at this position in the list.
- getFront() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Retrieves the first element in the list.
- getFront() - Method in interface net.automatalib.commons.smartcollections.SmartDeque
-
Retrieves the element at the beginning of the sequence, or null
if the sequence is empty.
- getFrontEntry() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Retrieves the first entry in the list, or null
if the list is empty.
- getFrontReference() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Retrieves a reference to the first element in the list.
- getFrontReference() - Method in interface net.automatalib.commons.smartcollections.SmartDeque
-
Retrieves the reference to the element at the beginning of the sequence, or null
if the sequence is
empty.
- getNext() - Method in class net.automatalib.commons.smartcollections.AbstractBasicLinkedListEntry
-
- getNext() - Method in interface net.automatalib.commons.smartcollections.LinkedListEntry
-
Retrieves the next entry in the list, or null
if this is the last entry.
- getPrev() - Method in class net.automatalib.commons.smartcollections.AbstractBasicLinkedListEntry
-
- getPrev() - Method in interface net.automatalib.commons.smartcollections.LinkedListEntry
-
Retrieves the previous entry in the list, or null
if this is the first entry.
- peek() - Method in class net.automatalib.commons.smartcollections.BinaryHeap
-
- peekMin() - Method in class net.automatalib.commons.smartcollections.BackedGeneralPriorityQueue
-
- peekMin() - Method in class net.automatalib.commons.smartcollections.BinaryHeap
-
- peekMin() - Method in interface net.automatalib.commons.smartcollections.SmartPriorityQueue
-
Retrieves, but does not remove the element with the minimum key in the priority queue.
- poll() - Method in class net.automatalib.commons.smartcollections.BinaryHeap
-
- popBack() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Retrieves and removes the last element in the list.
- popBack() - Method in interface net.automatalib.commons.smartcollections.SmartDeque
-
Retrieves and removes the element at the beginning of the sequence.
- popBackEntry() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Removes and returns the last entry in the list.
- popFront() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Retrieves and removes the first element in the list.
- popFront() - Method in interface net.automatalib.commons.smartcollections.SmartDeque
-
Retrieves and removes the element at the beginning of the sequence.
- popFrontEntry() - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Removes and returns the first entry in the list.
- pred(ElementReference) - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
- pred(ElementReference) - Method in interface net.automatalib.commons.smartcollections.SmartSequence
-
Retrieves the reference to the preceding element, or null
if the given reference references the
first element in the list.
- pushBack(E) - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Adds an element at the end of the list.
- pushBack(E) - Method in interface net.automatalib.commons.smartcollections.SmartDeque
-
Adds an element at the end of the sequence.
- pushBackEntry(T) - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Adds an entry at the end of the list.
- pushFront(E) - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Adds an element at the beginning of the list.
- pushFront(E) - Method in interface net.automatalib.commons.smartcollections.SmartDeque
-
Adds an element at the beginning of the sequence.
- pushFrontEntry(T) - Method in class net.automatalib.commons.smartcollections.AbstractLinkedList
-
Adds an entry at the beginning of the list.