JGL - The Generic Collection Library for Java
All Packages
Class Hierarchy
Index of Fields and Methods
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
R
Randomizer
(). Constructor for class com.objectspace.jgl.util.
Randomizer
Initializes the generator using a seed based on the current time.
Randomizer
(long). Constructor for class com.objectspace.jgl.util.
Randomizer
Initializes the generator using a specific seed; useful for generating a repeatable stream of random numbers.
randomShuffle
(BidirectionalIterator, BidirectionalIterator). Static method in class com.objectspace.jgl.algorithms.
Shuffling
Shuffle a sequence with uniform distribution by performing as many random swaps as there are elements.
randomShuffle
(BidirectionalIterator, BidirectionalIterator, Random). Static method in class com.objectspace.jgl.algorithms.
Shuffling
Shuffle a sequence with uniform distribution by performing as many random swaps as there are elements.
randomShuffle
(Container). Static method in class com.objectspace.jgl.algorithms.
Shuffling
Shuffle a random access container with uniform distribution by performing as many random swaps as there are elements.
randomShuffle
(Container, Random). Static method in class com.objectspace.jgl.algorithms.
Shuffling
Shuffle a random access container with uniform distribution by performing as many random swaps as there are elements.
Range
(). Constructor for class com.objectspace.jgl.
Range
Construct myself to hold a pair of iterators initially null.
Range
(ForwardIterator, ForwardIterator). Constructor for class com.objectspace.jgl.
Range
Construct myself to hold a pair of iterators.
reject
(Container, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Filtering
Reject elements in a container.
reject
(InputIterator, InputIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Filtering
Reject elements in a range.
remove
(Enumeration). Method in class com.objectspace.jgl.
Array
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
ArrayAdapter
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
CharBuffer
Remove the element at a particular position.
remove
(Enumeration). Method in interface com.objectspace.jgl.
Container
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
Deque
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
DList
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
HashMap
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
HashSet
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
IntBuffer
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
LongBuffer
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
OrderedMap
Remove the element at a particular position and return its value.
remove
(Enumeration). Method in class com.objectspace.jgl.
OrderedSet
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
PriorityQueue
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
Queue
Remove the element at a particular position.
remove
(Enumeration). Method in interface com.objectspace.jgl.
Sequence
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
SList
Remove the element at a particular position.
remove
(Enumeration). Method in class com.objectspace.jgl.
Stack
Remove the element at a particular position.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
Array
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
ArrayAdapter
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
CharBuffer
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in interface com.objectspace.jgl.
Container
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
Deque
Remove the elements in the range [ first..last ).
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
DList
Remove the elements in the range [ first..last ).
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
HashMap
Remove the elements within a specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
HashSet
Remove the elements within a specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
IntBuffer
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
LongBuffer
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
OrderedMap
Remove the elements within a specified range, returning the first value of the key in that range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
OrderedSet
Remove the elements within a specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
PriorityQueue
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
Queue
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Remove the elements in the specified range.
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
SList
Remove the elements in the range [ first..last ).
remove
(Enumeration, Enumeration). Method in class com.objectspace.jgl.
Stack
Remove the elements in the specified range.
remove
(Enumeration, Enumeration, Object). Method in class com.objectspace.jgl.
DList
Remove all elements within a specified range that match a particular object and return the number of objects that were removed.
remove
(Enumeration, Enumeration, Object). Method in class com.objectspace.jgl.
SList
Remove all elements within a specified range that match a particular object and return the number of objects that were removed.
remove
(ForwardIterator, ForwardIterator, Object). Static method in class com.objectspace.jgl.algorithms.
Removing
Remove all occurrences of an object from a sequence.
remove
(int). Method in class com.objectspace.jgl.
Array
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.adapters.
CharBuffer
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.
Deque
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.
DList
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.adapters.
IntBuffer
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.adapters.
LongBuffer
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Remove the element at a particular index.
remove
(int). Method in class com.objectspace.jgl.
SList
Remove the element at a particular index.
remove
(int, int). Method in class com.objectspace.jgl.
Array
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.adapters.
CharBuffer
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.
Deque
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.
DList
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.adapters.
IntBuffer
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.adapters.
LongBuffer
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Remove the elements within a range of indices.
remove
(int, int). Method in class com.objectspace.jgl.
SList
Remove the elements in the specified range.
remove
(int, int, Object). Method in class com.objectspace.jgl.
Array
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
ArrayAdapter
Remove all elements within a specified range that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
CharBuffer
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.
Deque
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.
DList
Remove all elements within a specified range that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
IntBuffer
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
LongBuffer
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in interface com.objectspace.jgl.
Sequence
Remove all elements within a specified range that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Remove all elements within a range of indices that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.
SList
Remove all elements within a specified range that match a particular object and return the number of objects that were removed.
remove
(int, int, Object). Method in class com.objectspace.jgl.adapters.
VectorArray
Remove all elements within a specified range that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.
Array
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.adapters.
ArrayAdapter
Remove all elements that match a specified object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.adapters.
CharBuffer
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.
Deque
Remove all elements that match a particular object and return the numbers of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.
DList
Remove all elements that match a particular object and return the numbers of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.
HashMap
Remove all key/value pairs that match a particular key.
remove
(Object). Method in class com.objectspace.jgl.
HashSet
Remove all objects that match the given object.
remove
(Object). Method in class com.objectspace.jgl.adapters.
IntBuffer
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.adapters.
LongBuffer
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.
OrderedMap
If I contain key/value pair(s) that matches a particular key, remove them all and return the number of pairs removed.
remove
(Object). Method in class com.objectspace.jgl.
OrderedSet
Remove all objects that match the given object.
remove
(Object). Method in interface com.objectspace.jgl.
Sequence
Remove all elements that match a specified object and return the number of objects that were removed.
remove
(Object). Method in interface com.objectspace.jgl.
Set
Remove all objects that match the given object.
remove
(Object). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Remove all elements that match a particular object and return the number of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.
SList
Remove all elements that match a particular object and return the numbers of objects that were removed.
remove
(Object). Method in class com.objectspace.jgl.adapters.
VectorArray
Remove all elements that match a specified object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.
Array
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
ArrayAdapter
Remove at most a given number of elements that match a specified object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
CharBuffer
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.
Deque
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.
DList
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.
HashMap
Remove at most a given number of key/value pairs that match a particular key.
remove
(Object, int). Method in class com.objectspace.jgl.
HashSet
Remove at most a given number of objects that match the given object.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
IntBuffer
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
LongBuffer
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.
OrderedMap
If I contain key/value pair(s) that matches a particular key, remove at most a given number and return the number of pairs removed.
remove
(Object, int). Method in class com.objectspace.jgl.
OrderedSet
Remove at most a given number of objects that match the given object.
remove
(Object, int). Method in interface com.objectspace.jgl.
Sequence
Remove at most a given number of elements that match a specified object and return the number of objects that were removed.
remove
(Object, int). Method in interface com.objectspace.jgl.
Set
Remove at most a given number of objects that match the given object.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.
SList
Remove at most a given number of elements that match a particular object and return the number of objects that were removed.
remove
(Object, int). Method in class com.objectspace.jgl.adapters.
VectorArray
Remove at most a given number of elements that match a specified object and return the number of objects that were removed.
remove
(Sequence, Object). Static method in class com.objectspace.jgl.algorithms.
Removing
Remove all occurrences of an object from a sequence.
removeCopy
(Container, Container, Object). Static method in class com.objectspace.jgl.algorithms.
Removing
Copy one container to another container, skipping any occurrences of a particular object.
removeCopy
(Container, OutputIterator, Object). Static method in class com.objectspace.jgl.algorithms.
Removing
Copy a container to a sequence, skipping any occurrences of a particular object.
removeCopy
(InputIterator, InputIterator, OutputIterator, Object). Static method in class com.objectspace.jgl.algorithms.
Removing
Copy one sequence to another sequence, skipping any occurrences of a particular object.
removeCopyIf
(Container, Container, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Removing
Copy one container to another container, skipping all objects that satisfy a predicate.
removeCopyIf
(Container, OutputIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Removing
Copy a container to a sequence, skipping all objects that satisfy a predicate.
removeCopyIf
(InputIterator, InputIterator, OutputIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Removing
Copy one sequence to another sequence, skipping all objects that satisfy a predicate.
removeIf
(ForwardIterator, ForwardIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Removing
Remove all objects in a sequence that satisfy a predicate from a sequence.
removeIf
(Sequence, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Removing
Remove all objects in a sequence that satisfy a predicate from a container.
replace
(boolean, boolean). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
replace
(byte, byte). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Replace all bytes that match a particular object with a new value and return the number of objects that were replaced.
replace
(char, char). Method in class com.objectspace.jgl.adapters.
CharBuffer
Replace all chars that match a particular object with a new value and return the number of objects that were replaced.
replace
(Container, Object, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Traverse a container and replace every occurrence of a particular object with another.
replace
(DListIterator, DListIterator, Object, Object). Method in class com.objectspace.jgl.
DList
Replace all elements within a specified range that match a particular object with a new value and return the number of objects that were replaced.
replace
(double, double). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Replace all doubles that match a particular object with a new value and return the number of objects that were replaced.
replace
(float, float). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Replace all floats that match a particular object with a new value and return the number of objects that were replaced.
replace
(ForwardIterator, ForwardIterator, Object, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Traverse a sequence and replace every occurrence of a particular object with another.
replace
(int, int). Method in class com.objectspace.jgl.adapters.
IntBuffer
Replace all ints that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, boolean, boolean). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
replace
(int, int, byte, byte). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Replace all values within a range of indices that match a particular byte with a new value and return the number of objects that were replaced.
replace
(int, int, char, char). Method in class com.objectspace.jgl.adapters.
CharBuffer
Replace all values within a range of indices that match a particular char with a new value and return the number of objects that were replaced.
replace
(int, int, double, double). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Replace all values within a range of indices that match a particular double with a new value and return the number of objects that were replaced.
replace
(int, int, float, float). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Replace all values within a range of indices that match a particular float with a new value and return the number of objects that were replaced.
replace
(int, int, int, int). Method in class com.objectspace.jgl.adapters.
IntBuffer
Replace all values within a range of indices that match a particular int with a new value and return the number of objects that were replaced.
replace
(int, int, long, long). Method in class com.objectspace.jgl.adapters.
LongBuffer
Replace all values within a range of indices that match a particular long with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.
Array
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
ArrayAdapter
Replace all elements within a specified range that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
CharBuffer
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.
Deque
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.
DList
Replace all elements within a specified range that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
IntBuffer
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
LongBuffer
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in interface com.objectspace.jgl.
Sequence
Replace all elements within a specified range that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Replace all elements within a range of indices that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, Object, Object). Method in class com.objectspace.jgl.
SList
Replace all elements within a specified range that match a particular object with a new value and return the number of objects that were replaced.
replace
(int, int, short, short). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Replace all values within a range of indices that match a particular short with a new value and return the number of objects that were replaced.
replace
(long, long). Method in class com.objectspace.jgl.adapters.
LongBuffer
Replace all longs that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.
Array
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
ArrayAdapter
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
BooleanBuffer
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
ByteBuffer
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
CharBuffer
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.
Deque
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.
DList
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
FloatBuffer
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
IntBuffer
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
LongBuffer
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in interface com.objectspace.jgl.
Sequence
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(Object, Object). Method in class com.objectspace.jgl.
SList
Replace all elements that match a particular object with a new value and return the number of objects that were replaced.
replace
(short, short). Method in class com.objectspace.jgl.adapters.
ShortBuffer
Replace all shorts that match a particular object with a new value and return the number of objects that were replaced.
replace
(SListIterator, SListIterator, Object, Object). Method in class com.objectspace.jgl.
SList
Replace all elements within a specified range that match a particular object with a new value and return the number of objects that were replaced.
replaceCopy
(Container, Container, Object, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Copy a container to another container, replacing all occurrences of a particular object with another.
replaceCopy
(Container, OutputIterator, Object, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Copy a container to a sequence, replacing all occurrences of a particular object with another.
replaceCopy
(InputIterator, InputIterator, OutputIterator, Object, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Copy one sequence to another of the same size, replacing all occurrences of a particular object with another.
replaceCopyIf
(Container, Container, UnaryPredicate, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Copy a container to another container, replacing all objects that satisfy a predicate with another.
replaceCopyIf
(Container, OutputIterator, UnaryPredicate, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Copy a container to a sequence, replacing all objects that satisfy a predicate with another.
replaceCopyIf
(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Copy one sequence to another of the same size, replacing all objects that satisfy a predicate with another.
replaceIf
(Container, UnaryPredicate, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Traverse a container and replace every object that satisfies a predicate with another.
replaceIf
(ForwardIterator, ForwardIterator, UnaryPredicate, Object). Static method in class com.objectspace.jgl.algorithms.
Replacing
Traverse a sequence and replace every object that satisfies a predicate with another.
retreat
(). Method in class com.objectspace.jgl.
ArrayIterator
Retreat by one.
retreat
(). Method in interface com.objectspace.jgl.
BidirectionalIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
BooleanIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
ByteIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
CharIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.
DequeIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.
DListIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
DoubleIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
FloatIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
IntIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
LongIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
ObjectIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.
OrderedMapIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.
OrderedSetIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.util.
ReverseIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
ShortIterator
Retreat by one.
retreat
(). Method in class com.objectspace.jgl.adapters.
VectorIterator
Retreat by one.
retreat
(int). Method in class com.objectspace.jgl.
ArrayIterator
Retreat by a specified amount.
retreat
(int). Method in interface com.objectspace.jgl.
BidirectionalIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
BooleanIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
ByteIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
CharIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.
DequeIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.
DListIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
DoubleIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
FloatIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
IntIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
LongIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
ObjectIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.
OrderedMapIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.
OrderedSetIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.util.
ReverseIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
ShortIterator
Retreat by a specified amount.
retreat
(int). Method in class com.objectspace.jgl.adapters.
VectorIterator
Retreat by a specified amount.
reverse
(). Method in class com.objectspace.jgl.
DList
Reverse the order of my elements.
reverse
(BidirectionalIterator, BidirectionalIterator). Static method in class com.objectspace.jgl.algorithms.
Reversing
Reverse a sequence.
reverse
(Container). Static method in class com.objectspace.jgl.algorithms.
Reversing
Reverse a container.
reverseCopy
(BidirectionalIterator, BidirectionalIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.
Reversing
Copy the reverse of a sequence into another sequence of the same size.
reverseCopy
(Container, Container). Static method in class com.objectspace.jgl.algorithms.
Reversing
Copy the reverse of a container into another container.
reverseCopy
(Container, OutputIterator). Static method in class com.objectspace.jgl.algorithms.
Reversing
Copy the reverse of a container into a sequence.
ReverseIterator
(BidirectionalIterator). Constructor for class com.objectspace.jgl.util.
ReverseIterator
Construct myself to operate using a bidirectional iterator.
ReverseIterator
(ReverseIterator). Constructor for class com.objectspace.jgl.util.
ReverseIterator
Construct myself to be a copy of an existing iterator.
rotate
(ForwardIterator, ForwardIterator, ForwardIterator). Static method in class com.objectspace.jgl.algorithms.
Rotating
Rotate a sequence to the left.
rotateCopy
(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.
Rotating
Perform the same operations as rotate(), except that that the result is placed into a separate sequence.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
All Packages
Class Hierarchy
Index of Fields and Methods
Submit a bug or feature