- add(int, T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- add(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- add(int, T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Add the specified item to this list at the specified index, shifting
elements of this list if necessary.
- add(int, T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Add the specified item to this list at the specified index, shifting
elements of this list if necessary.
- add(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.IterBase
- add(int, T) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Add the specified item to this list at the specified index, shifting
elements of this list if necessary.
- addAll(ThriftyList.ListInternal<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Add all elements of the specified source list to this list.
- addAll(ThriftyList.ListInternal<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Add all elements of the specified source list to this list.
- addAll(ThriftyList.ListInternal<T>) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Add all elements of the specified source list to this list.
- addFirst(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- addHead(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Add the specified item to the beginning of this list.
- addHead(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Add the specified item to the beginning of this list.
- addHead(T) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Add the specified item to the beginning of this list.
- addImpl(int, int, int, T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
Internal add method requiring the sublist index and offset be
pre-calculated.
- addLast(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- addSome(ThriftyList.ListInternal<T>, int, int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Add a number of elements from the specified source list, beginning with
the element at the specified index and ending once the specified count of
added elements has been reached, to this list.
- addSome(ThriftyList.ListInternal<T>, int, int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Add a number of elements from the specified source list, beginning with
the element at the specified index and ending once the specified count of
added elements has been reached, to this list.
- addSome(ThriftyList.ListInternal<T>, int, int) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Add a number of elements from the specified source list, beginning with
the element at the specified index and ending once the specified count of
added elements has been reached, to this list.
- addTail(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Add the specified item to the end of this list.
- addTail(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Add the specified item to the end of this list.
- addTail(T) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Add the specified item to the end of this list.
- array - Variable in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
- array - Variable in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
- calculateFreeCapacity() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
- calculateFreeCapacity() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
- calculateFreeCapacity() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
- calculateFreeCapacityHead() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
Helper method to calculate the free capacity at the head end of the
sublists.
- calculateSublistsUsed() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
Helper method to fetch the count of used sublists.
- capacity() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
- capacity() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
- capacity() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
- checkCapacity() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
Manipulate the state of this instance appropriately if its capacity has
fallen outside of either capacity limit.
- CircularListInternal(int) - Constructor for class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Construct an empty instance with the specified capacity.
- clear() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree
-
Clear the contents of the tree.
- clear() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree
-
Clear all entries from this tree.
- clear() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Clear all entries from this tree.
- clear() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree
-
Clear the contents of the tree, leaving the tree structure intact.
- clear() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree.Node
-
Clear the elements of this node.
- clear() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Clear all elements from this list.
- clear() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- clear() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Clear all elements from this list.
- clear() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Clear all elements from this list.
- clone() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Clone this list.
- clone() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
Clone this list.
- clone() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Clone this list.
- closestPair(int, int, List<Point2D>) - Method in class blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm
-
Internal helper method which implements the closest point pair algorithm.
- ClosestPointPairAlgorithm - Class in blogspot.software_and_algorithms.stern_library.geometry
-
An implementation of a divide-and-conquer algorithm for computing the closest
pair of elements of a set of points.
- ClosestPointPairAlgorithm(Collection<Point2D>) - Constructor for class blogspot.software_and_algorithms.stern_library.geometry.ClosestPointPairAlgorithm
-
Construct an instance of the algorithm for the specified point Collection.
- ClosestPointPairAlgorithm.PairStructure - Class in blogspot.software_and_algorithms.stern_library.geometry
-
Convenience data structure to hold a pair of points along with their
distance from one another.
- compareTo(Interval<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.Interval
- computeInitialFeasibleSolution() - Method in class blogspot.software_and_algorithms.stern_library.optimization.HungarianAlgorithm
-
Compute an initial feasible solution by assigning zero labels to the
workers and by assigning to each job a label equal to the minimum cost
among its incident edges.
- computeSubtreeSpan() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree.Node
-
Compute the maximum high and minimum low endpoints among intervals stored
within the subtree rooted at this node and correct values up the tree.
- contains(Interval<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.Interval
-
Test whether or not this interval contains the specified interval.
- contains(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.Interval
-
Test whether or not this interval contains the specified value.
- contains(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Test whether or not the specified value is an element of this tree.
- contains(Object) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- copyTo(E, E) - Static method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
Helper function to copy all data from the source to the destination and
return the destination.
- createNewNode(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree
-
Create a new node with the specified value.
- createNewNode(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Create a new node with the specified value.
- currentIndex - Variable in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.IterBase
-
- currentSublistIndex - Variable in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.IterBase
-
- currentSublistOffset - Variable in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.IterBase
-
- cursor() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.IterBase
-
Calculates the sublist index/offset for the index.
- fetchContainingInterval(U) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree
-
Fetch an interval containing the specified point.
- fetchContainingIntervals(U) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree
-
Fetch intervals containing the specified point.
- fetchContainingIntervals(V, U) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree
-
Fetch intervals containing the specified point.
- fetchIntervalsContainingNodePoint(Collection<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree.Node
-
Fetch all intervals from this node that contain the node's point.
- fetchIntervalsContainingPointHigh(Collection<T>, U, boolean) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree.Node
-
Fetch intervals containing the specified value.
- fetchIntervalsContainingPointLow(Collection<T>, U, boolean) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree.Node
-
Fetch intervals containing the specified value.
- fetchOverlappingInterval(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree
-
Fetch an interval overlapping the specified interval.
- fetchOverlappingIntervals(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree
-
Fetch intervals overlapping the specified interval.
- fetchOverlappingIntervals(V, T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree
-
Fetch intervals overlapping the specified interval.
- fetchOverlappingIntervals(Collection<T>, Interval<U>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree.Node
-
Fetch all intervals from this node which overlap the specified interval.
- fetchUnmatchedWorker() - Method in class blogspot.software_and_algorithms.stern_library.optimization.HungarianAlgorithm
-
- fill(T[], int, int, int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Fill the specified array, beginning with the specified index, with the
data of this list.
- fill(T[], int, int, int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Fill the specified array, beginning with the specified index, with the
data of this list.
- fill(T[], int, int, int) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Fill the specified array, beginning with the specified index, with the
data of this list.
- fixAfterDeletion(RedBlackTree.Node<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Re-balance the tree after a delete operation.
- fixAfterInsertion(RedBlackTree.Node<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Re-balance the tree after an insert operation.
- FixedListInternal(int) - Constructor for class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Construct an empty instance with the specified capacity.
- get(int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Get the element of this list at the specified index.
- get(int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Get the element of this list at the specified index.
- get(int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- get(int) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Get the element of this list at the specified index.
- getColor() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree.Node
-
Get the color.
- getFirst() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- getFirstNode() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree
-
Get the node containing the smallest value held by this tree.
- getFirstNode() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Get the node containing the smallest value held by this tree.
- getHead() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
- getHead() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
- getHead() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
- getHigh() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.Interval
-
Get the high endpoint.
- getLast() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- getLeft() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree.Node
-
Get the left child.
- getLeft() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree.Node
-
Get the left child.
- getLeft() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree.Node
-
Get the left child.
- getLow() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.Interval
-
Get the low endpoint.
- getNode(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Get the node that holds the specified value.
- getParent() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree.Node
-
Get the parent.
- getParent() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree.Node
-
Get the parent.
- getPoint() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree.Node
-
Get the point associated with this node.
- getPredecessor(RedBlackTree.Node<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree
-
Get the predecessor of the specified node.
- getPredecessor() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree.Node
-
Get the predecessor node.
- getPredecessor(RedBlackTree.Node<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Get the predecessor of the specified node.
- getRight() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree.Node
-
Get the right child.
- getRight() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree.Node
-
Get the right child.
- getRight() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree.Node
-
Get the right child.
- getRoot() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Get the root of this tree.
- getSize() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree
-
Get the number of intervals being stored in the tree.
- getSize() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Get the number of elements contained within this tree.
- getSize() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree
-
Get the number of intervals being stored in the tree.
- getSubtreeSpanHigh() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree.Node
-
- getSubtreeSpanLow() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree.Node
-
- getSuccessor(RedBlackTree.Node<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree
-
Get the successor of the specified node.
- getSuccessor() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree.Node
-
Get the successor node.
- getSuccessor(RedBlackTree.Node<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Get the successor of the specified node.
- getTail() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
- getTail() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
- getTail() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
- getValue() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree.Node
-
Get the value.
- greedyMatch() - Method in class blogspot.software_and_algorithms.stern_library.optimization.HungarianAlgorithm
-
Find a valid matching by greedily selecting among zero-cost matchings.
- growHead() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
- growTail() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
Grow the tail of this list.
- index - Variable in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.IterBase
-
- indexOf(Object) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Get the index of the first list element equal to the specified Object.
- indexOf(Object) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Get the index of the first list element equal to the specified Object.
- indexOf(Object) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- indexOf(Object) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Get the index of the first list element equal to the specified Object.
- initializePhase(int) - Method in class blogspot.software_and_algorithms.stern_library.optimization.HungarianAlgorithm
-
Initialize the next phase of the algorithm by clearing the committed
workers and jobs sets and by initializing the slack arrays to the values
corresponding to the specified root worker.
- insert(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree
-
Insert the specified interval into this tree.
- insert(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.OrderLinkedRedBlackTree
-
Insert the specified value into this tree.
- insert(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Insert the specified value into this tree.
- insert(T) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.StaticIntervalTree
-
Insert the specified interval into this tree.
- Interval<T extends Comparable<T>> - Class in blogspot.software_and_algorithms.stern_library.data_structure
-
An interval is the subset of elements which fall between (with
respect to a total order) two endpoint elements of a set.
- Interval(T, boolean, T, boolean) - Constructor for class blogspot.software_and_algorithms.stern_library.data_structure.Interval
-
Construct a new instance with the specified low and high endpoints.
- isClosedOnHigh() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.Interval
-
- isClosedOnLow() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.Interval
-
- isClosedOnSubtreeSpanHigh() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree.Node
-
- isClosedOnSubtreeSpanLow() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.DynamicIntervalTree.Node
-
- isEmpty() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
- isEmpty() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
- isEmpty() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
- isEmpty() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- isEmpty() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
- isFull() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
- isFull() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
- isFull() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
- isLeaf() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree.Node
-
Test whether or not this node is a leaf node.
- Iter(int) - Constructor for class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.Iter
-
- iterator() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Returns an Iterator over the elements of this tree.
- iterator() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- IterBase(int) - Constructor for class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.IterBase
-
- RedBlackTree<T> - Class in blogspot.software_and_algorithms.stern_library.data_structure
-
A red-black tree is a binary search tree guaranteeing that no path
from root to leaf is more than twice as long as any other such path.
- RedBlackTree() - Constructor for class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Default constructor.
- RedBlackTree(Comparator<? super T>) - Constructor for class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Construct a new tree which uses the specified custom comparator.
- RedBlackTree.Node<T> - Class in blogspot.software_and_algorithms.stern_library.data_structure
-
A red-black tree node is a binary tree node augmented to hold an
additional piece of information called the node's color.
- RedBlackTree.Node.NodeColor - Enum in blogspot.software_and_algorithms.stern_library.data_structure
-
The domain of values from which a node's color is assigned.
- reduce() - Method in class blogspot.software_and_algorithms.stern_library.optimization.HungarianAlgorithm
-
Reduce the cost matrix by subtracting the smallest element of each row from
all elements of the row as well as the smallest element of each column from
all elements of the column.
- remove(int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Remove and return the element of this list at the specified index.
- remove(int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Remove and return the element of this list at the specified index.
- remove() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.IterBase
- remove(int) - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Remove and return the element of this list at the specified index.
- remove() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- remove(int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- removeFirst() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- removeFirstOccurrence(Object) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- removeHead() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Remove the head element of this list.
- removeHead() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Remove the head element of this list.
- removeHead() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Remove the head element of this list.
- removeImpl(int, int) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
-
Internal remove method requiring the sublist index and offset be
pre-calculated.
- removeLast() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- removeLastOccurrence(Object) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList
- removeTail() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.CircularListInternal
-
Remove the tail element of this list.
- removeTail() - Method in class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.FixedListInternal
-
Remove the tail element of this list.
- removeTail() - Method in interface blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ListInternal
-
Remove the tail element of this list.
- ReverseIter(int) - Constructor for class blogspot.software_and_algorithms.stern_library.data_structure.ThriftyList.ReverseIter
-
- rightRotate(RedBlackTree.Node<T>) - Method in class blogspot.software_and_algorithms.stern_library.data_structure.RedBlackTree
-
Perform a right rotate operation on the specified node.