jgl Package  Class Hierarchy  Index Top
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.Randomizer
Initializes the generator using a seed based on the current time.
Randomizer(long). Constructor for class COM.objectspace.jgl.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.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.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.Filtering
Reject elements in a container.
reject(ForwardIterator, ForwardIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.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.ArrayAdapter
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.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.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 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.ArrayAdapter
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.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.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.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.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.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.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.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.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.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.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 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.Removing
Remove all occurrences of an object from a sequence.
removeCopy(Container, Container, Object). Static method in class COM.objectspace.jgl.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.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.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.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.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.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.Removing
Remove all objects in a sequence that satisfy a predicate from a sequence.
removeIf(Sequence, UnaryPredicate). Static method in class COM.objectspace.jgl.Removing
Remove all objects in a sequence that satisfy a predicate from a container.
replace(Container, Object, Object). Static method in class COM.objectspace.jgl.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(ForwardIterator, ForwardIterator, Object, Object). Static method in class COM.objectspace.jgl.Replacing
Traverse a sequence and replace every occurrence of a particular object with another.
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.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.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 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.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(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.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.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 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.SList
Replace all elements 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.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.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.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.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.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.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.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.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.BooleanIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.ByteIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.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.DoubleIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.FloatIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.IntIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.LongIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.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.ReverseIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.ShortIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.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.BooleanIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.ByteIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.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.DoubleIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.FloatIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.IntIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.LongIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.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.ReverseIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.ShortIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.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.Reversing
Reverse a sequence.
reverse(Container). Static method in class COM.objectspace.jgl.Reversing
Reverse a container.
reverseCopy(BidirectionalIterator, BidirectionalIterator, OutputIterator). Static method in class COM.objectspace.jgl.Reversing
Copy the reverse of a sequence into another sequence of the same size.
reverseCopy(Container, Container). Static method in class COM.objectspace.jgl.Reversing
Copy the reverse of a container into another container.
reverseCopy(Container, OutputIterator). Static method in class COM.objectspace.jgl.Reversing
Copy the reverse of a container into a sequence.
ReverseIterator(BidirectionalIterator). Constructor for class COM.objectspace.jgl.ReverseIterator
Construct myself to operate using a bidirectional iterator.
ReverseIterator(ReverseIterator). Constructor for class COM.objectspace.jgl.ReverseIterator
Construct myself to be a copy of an existing iterator.
rotate(ForwardIterator, ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.Rotating
Rotate a sequence to the left.
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator). Static method in class COM.objectspace.jgl.Rotating
Perform the same operations as rotate(), except that that the result is placed into a separate sequence.