All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

accumulate(Container, Number). Static method in class COM.objectspace.jgl.algorithms.Counting
Add the value of each element in a container to an inital value and return the sum.
accumulate(Container, Number, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Counting
Add the value of each element in a container to an inital value and return the sum.
accumulate(Container, Number, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(Container, Number, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(Container, Number, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(Container, Number, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(Container, Number, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(Container, Number, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(Container, Number, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(Container, Number, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(InputIterator, InputIterator, Number). Static method in class COM.objectspace.jgl.algorithms.Counting
Add the value of each element in a range to an inital value and return the sum.
accumulate(InputIterator, InputIterator, Number, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Counting
Add the value of each element in a range to an inital value and return the sum.
accumulate(InputIterator, InputIterator, Number, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(InputIterator, InputIterator, Number, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(InputIterator, InputIterator, Number, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(InputIterator, InputIterator, Number, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(InputIterator, InputIterator, Number, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(InputIterator, InputIterator, Number, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(InputIterator, InputIterator, Number, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
accumulate(InputIterator, InputIterator, Number, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
add(boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Add a boolean after my last element.
add(byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Add a byte after my last element.
add(char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Add a char after my last element.
add(double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Add a double after my last element.
add(float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Add a float after my last element.
add(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Add a int after my last element.
add(long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Add a long after my last element.
add(Object). Method in class COM.objectspace.jgl.Array
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Add an object to myself.
add(Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Add an object after my last element.
add(Object). Method in interface COM.objectspace.jgl.Container
Add an object to myself.
add(Object). Method in class COM.objectspace.jgl.Deque
Add an object after my last element and return null.
add(Object). Method in class COM.objectspace.jgl.DList
Add an object after my last element and return null.
add(Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.HashMap
Assume that the specified object is a Pair whose first field is a key and whose second field is a value.
add(Object). Method in class COM.objectspace.jgl.HashSet
If the object doesn't exist or duplicates are allowed, add the object and return null, otherwise don't modify the set and return the matching object.
add(Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.Map
Add an object to myself.
add(Object). Method in class COM.objectspace.jgl.OrderedMap
Assume that the specified object is a Pair whose first field is a key and whose second field is a value.
add(Object). Method in class COM.objectspace.jgl.OrderedSet
If the object doesn't exist or duplicates are allowed, add the object and return null, otherwise don't modify the set and return the matching object.
add(Object). Method in class COM.objectspace.jgl.PriorityQueue
Push an object.
add(Object). Method in class COM.objectspace.jgl.Queue
Add an object to my back.
add(Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.SList
Add an object after my last element.
add(Object). Method in class COM.objectspace.jgl.Stack
Push an object.
add(Object). Method in class COM.objectspace.jgl.voyager.VArray
add(Object). Method in class COM.objectspace.jgl.voyager.VContainer
add(Object). Method in class COM.objectspace.jgl.voyager.VDeque
add(Object). Method in class COM.objectspace.jgl.voyager.VDList
add(Object). Method in class COM.objectspace.jgl.adapters.VectorArray
Add an object to myself.
add(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
add(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
add(Object). Method in class COM.objectspace.jgl.voyager.VMap
add(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
add(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
add(Object). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
add(Object). Method in class COM.objectspace.jgl.voyager.VQueue
add(Object). Method in class COM.objectspace.jgl.voyager.VSequence
add(Object). Method in class COM.objectspace.jgl.voyager.VSet
add(Object). Method in class COM.objectspace.jgl.voyager.VSList
add(Object). Method in class COM.objectspace.jgl.voyager.VStack
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VMap
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSet
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
add(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VStack
add(Object, Object). Method in class COM.objectspace.jgl.HashMap
If the key doesn't exist or duplicates are allowed, associate the value with the key and return null, otherwise don't modify the map and return the current value associated with the key.
add(Object, Object). Method in class COM.objectspace.jgl.OrderedMap
If the key doesn't exist or duplicates are allowed, associate the value with the key and return null, otherwise don't modify the map and return the current value associated with the key.
add(Object, Object). Method in class COM.objectspace.jgl.voyager.VHashMap
add(Object, Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
add(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
add(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
add(short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Add a short after my last element.
adjacentDifference(Container, Container). Static method in class COM.objectspace.jgl.algorithms.Counting
Iterate through every element in a container and calculate the difference between each element and its preceding element.
adjacentDifference(Container, Container, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Counting
Iterate through every element in a container and calculate the difference between each element and its preceding element.
adjacentDifference(Container, Container, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, Container, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, Container, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, Container, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.Counting
Iterate through every element in a container and calculate the difference between each element and its preceding element.
adjacentDifference(Container, OutputIterator, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Counting
Iterate through every element in a container and calculate the difference between each element and its preceding element.
adjacentDifference(Container, OutputIterator, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, OutputIterator, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, OutputIterator, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, OutputIterator, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(Container, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.Counting
Iterate through every element in a range and calculate the difference between each element and its preceding element.
adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Counting
Iterate through every element in a range and calculate the difference between each element and its preceding element.
adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(InputIterator, InputIterator, OutputIterator, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentDifference(InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
adjacentFind(Container). Static method in class COM.objectspace.jgl.algorithms.Finding
Find the first consecutive sequence of elements that match using equals().
adjacentFind(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Find the first consecutive sequence of elements that match using a predicate.
adjacentFind(Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.Finding
Find the first consecutive sequence of elements that match using equals().
adjacentFind(InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Find the first consecutive sequence of elements that match using a predicate.
adjacentFind(InputIterator, InputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(InputIterator, InputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(InputIterator, InputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(InputIterator, InputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
adjacentFind(InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
advance(). Method in class COM.objectspace.jgl.ArrayIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.CharIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.DequeIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.DListIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Advance by one.
advance(). Method in interface COM.objectspace.jgl.ForwardIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.HashMapIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.HashSetIterator
Advance by one.
advance(). Method in interface COM.objectspace.jgl.InputIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.util.InsertIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.IntIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.LongIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.util.ObjectOutputStreamIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.OrderedMapIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.OrderedSetIterator
Advance by one.
advance(). Method in interface COM.objectspace.jgl.OutputIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.util.OutputStreamIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.util.ReverseIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.SListIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
advance(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
advance(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
advance(). Method in class COM.objectspace.jgl.voyager.VDListIterator
advance(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Advance by one.
advance(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
advance(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
advance(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
advance(). Method in class COM.objectspace.jgl.voyager.VInputIterator
advance(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
advance(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
advance(). Method in class COM.objectspace.jgl.voyager.VOutputIterator
advance(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
advance(). Method in class COM.objectspace.jgl.voyager.VSListIterator
advance(int). Method in class COM.objectspace.jgl.ArrayIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.ByteIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.CharIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.DequeIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.DListIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.FloatIterator
Advance by a specified amount.
advance(int). Method in interface COM.objectspace.jgl.ForwardIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.HashMapIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.HashSetIterator
Advance by a specified amount.
advance(int). Method in interface COM.objectspace.jgl.InputIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.util.InsertIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.IntIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.LongIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.util.ObjectOutputStreamIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.OrderedMapIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.OrderedSetIterator
Advance by a specified amount.
advance(int). Method in interface COM.objectspace.jgl.OutputIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.util.OutputStreamIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.util.ReverseIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.adapters.ShortIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.SListIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.voyager.VArrayIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VDequeIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VDListIterator
advance(int). Method in class COM.objectspace.jgl.adapters.VectorIterator
Advance by a specified amount.
advance(int). Method in class COM.objectspace.jgl.voyager.VForwardIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VInputIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VOutputIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
advance(int). Method in class COM.objectspace.jgl.voyager.VSListIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VOutputIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
advance(int, Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VOutputIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
advance(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
allowExpansion(boolean). Method in class COM.objectspace.jgl.HashMap
Enable or disable the current expansion mode.
allowExpansion(boolean). Method in class COM.objectspace.jgl.HashSet
Enable or disable the current expansion mode.
allowExpansion(boolean). Method in class COM.objectspace.jgl.voyager.VHashMap
allowExpansion(boolean). Method in class COM.objectspace.jgl.voyager.VHashSet
allowExpansion(boolean, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
allowExpansion(boolean, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
allowsDuplicates(). Method in class COM.objectspace.jgl.HashMap
Return true if I allow duplicate keys.
allowsDuplicates(). Method in class COM.objectspace.jgl.HashSet
Return true if I allow duplicate objects.
allowsDuplicates(). Method in class COM.objectspace.jgl.OrderedMap
Return true if duplicates are allowed.
allowsDuplicates(). Method in class COM.objectspace.jgl.OrderedSet
Return true if duplicates are allowed.
allowsDuplicates(). Method in class COM.objectspace.jgl.voyager.VHashMap
allowsDuplicates(). Method in class COM.objectspace.jgl.voyager.VHashSet
allowsDuplicates(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
allowsDuplicates(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
allowsDuplicates(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
allowsDuplicates(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
allowsDuplicates(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
allowsDuplicates(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
Array(). Constructor for class COM.objectspace.jgl.Array
Construct myself to be an empty Array.
Array(Array). Constructor for class COM.objectspace.jgl.Array
Construct myself to be a shallow copy of an existing Array.
Array(int). Constructor for class COM.objectspace.jgl.Array
Construct myself to contain a specified number of null elements.
Array(int, Object). Constructor for class COM.objectspace.jgl.Array
Construct myself to contain a specified number of elements set to a particular object.
Array(Object[]). Constructor for class COM.objectspace.jgl.Array
Construct myself to use a specified array as my initial storage.
ArrayAdapter(). Constructor for class COM.objectspace.jgl.adapters.ArrayAdapter
ArrayIterator(). Constructor for class COM.objectspace.jgl.ArrayIterator
Construct myself to be an iterator with no associated data structure or position.
ArrayIterator(Array, int). Constructor for class COM.objectspace.jgl.ArrayIterator
Construct myself to be positioned at a particular index of a specific Array.
ArrayIterator(ArrayIterator). Constructor for class COM.objectspace.jgl.ArrayIterator
Construct myself to be a copy of an existing iterator.
at(int). Method in class COM.objectspace.jgl.Array
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return the integer at the specified index as a Boolean object.
at(int). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.ByteArray
Return the integer at the specified index as a Byte object.
at(int). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.CharArray
Return the integer at the specified index as a Char object.
at(int). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.Deque
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.DList
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return the integer at the specified index as a Double object.
at(int). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.FloatArray
Return the integer at the specified index as a Float object.
at(int). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.IntArray
Return the integer at the specified index as a Int object.
at(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.LongArray
Return the integer at the specified index as a Long object.
at(int). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return the object at the specified index.
at(int). Method in interface COM.objectspace.jgl.Sequence
Return the object at the specified index.
at(int). Method in class COM.objectspace.jgl.adapters.ShortArray
Return the integer at the specified index as a Short object.
at(int). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.SList
Return the element at the specified index.
at(int). Method in class COM.objectspace.jgl.voyager.VArray
at(int). Method in class COM.objectspace.jgl.voyager.VDeque
at(int). Method in class COM.objectspace.jgl.voyager.VDList
at(int). Method in class COM.objectspace.jgl.adapters.VectorArray
Return the object at the specified index.
at(int). Method in class COM.objectspace.jgl.voyager.VSequence
at(int). Method in class COM.objectspace.jgl.voyager.VSList
at(int, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
at(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
at(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
at(int, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
at(int, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
atBegin(). Method in class COM.objectspace.jgl.ArrayIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.CharIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.DequeIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.DListIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.HashMapIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.HashSetIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in interface COM.objectspace.jgl.InputIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.IntIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.LongIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.OrderedSetIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.util.ReverseIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.SListIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VDListIterator
atBegin(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return true if I'm positioned at the first item of my input stream.
atBegin(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VInputIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
atBegin(). Method in class COM.objectspace.jgl.voyager.VSListIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
atBegin(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
atEnd(). Method in class COM.objectspace.jgl.ArrayIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.CharIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.DequeIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.DListIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.HashMapIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.HashSetIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in interface COM.objectspace.jgl.InputIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.IntIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.LongIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.OrderedSetIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.util.ReverseIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.SListIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VDListIterator
atEnd(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return true if I'm positioned after the last item in my input stream.
atEnd(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VInputIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
atEnd(). Method in class COM.objectspace.jgl.voyager.VSListIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
atEnd(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator

B

back(). Method in class COM.objectspace.jgl.Array
Return my last item.
back(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return my last element.
back(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return my last element.
back(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return my last element.
back(). Method in class COM.objectspace.jgl.Deque
Return my last item.
back(). Method in class COM.objectspace.jgl.DList
Return my last item.
back(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return my last element.
back(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return my last element.
back(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return my last element.
back(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return my last element.
back(). Method in class COM.objectspace.jgl.Queue
Return the object at my back.
back(). Method in interface COM.objectspace.jgl.Sequence
Return my last element.
back(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return my last element.
back(). Method in class COM.objectspace.jgl.SList
Return my last item.
back(). Method in class COM.objectspace.jgl.voyager.VArray
back(). Method in class COM.objectspace.jgl.voyager.VDeque
back(). Method in class COM.objectspace.jgl.voyager.VDList
back(). Method in class COM.objectspace.jgl.voyager.VQueue
back(). Method in class COM.objectspace.jgl.voyager.VSequence
back(). Method in class COM.objectspace.jgl.voyager.VSList
back(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
back(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
back(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
back(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
back(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
back(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
begin. Variable in class COM.objectspace.jgl.Range
The begin iterator
begin(). Method in class COM.objectspace.jgl.Array
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.CharArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.Deque
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.DList
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.HashMap
Return an iterator positioned at my first pair.
begin(). Method in class COM.objectspace.jgl.HashSet
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.IntArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.LongArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.OrderedMap
Return an iterator positioned at my first pair.
begin(). Method in class COM.objectspace.jgl.OrderedSet
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.SList
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.voyager.VArray
begin(). Method in class COM.objectspace.jgl.voyager.VDeque
begin(). Method in class COM.objectspace.jgl.voyager.VDList
begin(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return an iterator positioned at my first item.
begin(). Method in class COM.objectspace.jgl.voyager.VHashMap
begin(). Method in class COM.objectspace.jgl.voyager.VHashSet
begin(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
begin(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
begin(). Method in class COM.objectspace.jgl.voyager.VSList
begin(boolean[]). Static method in class COM.objectspace.jgl.adapters.BooleanIterator
Return an iterator positioned at the first element of a particular array.
begin(byte[]). Static method in class COM.objectspace.jgl.adapters.ByteIterator
Return an iterator positioned at the first element of a particular array.
begin(char[]). Static method in class COM.objectspace.jgl.adapters.CharIterator
Return an iterator positioned at the first element of a particular array.
begin(double[]). Static method in class COM.objectspace.jgl.adapters.DoubleIterator
Return an iterator positioned at the first element of a particular array.
begin(float[]). Static method in class COM.objectspace.jgl.adapters.FloatIterator
Return an iterator positioned at the first element of a particular array.
begin(int[]). Static method in class COM.objectspace.jgl.adapters.IntIterator
Return an iterator positioned at the first element of a particular array.
begin(long[]). Static method in class COM.objectspace.jgl.adapters.LongIterator
Return an iterator positioned at the first element of a particular array.
begin(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
begin(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
begin(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
begin(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
begin(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
begin(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
begin(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
begin(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
begin(Object[]). Static method in class COM.objectspace.jgl.adapters.ObjectIterator
Return an iterator positioned at the first element of a particular array.
begin(short[]). Static method in class COM.objectspace.jgl.adapters.ShortIterator
Return an iterator positioned at the first element of a particular array.
begin(Vector). Static method in class COM.objectspace.jgl.adapters.VectorIterator
Return an iterator positioned at the first element of a particular array.
Benchmark(). Constructor for class COM.objectspace.jgl.util.Benchmark
Construct a benchmark with the title that never displays its status automatically.
Benchmark(String). Constructor for class COM.objectspace.jgl.util.Benchmark
Construct a benchmark with the specified title that never displays its status automatically.
Benchmark(String, int). Constructor for class COM.objectspace.jgl.util.Benchmark
Construct a benchmark with the specified title that displays its status automatically after every specified number of start/stop cycles.
BinaryAnd(BinaryPredicate, BinaryPredicate). Constructor for class COM.objectspace.jgl.predicates.BinaryAnd
Construct myself with two unary predicate objects.
BinaryAnd(BinaryPredicate[]). Constructor for class COM.objectspace.jgl.predicates.BinaryAnd
Construct myself to use all given predicates for testing.
BinaryCompose(BinaryFunction, UnaryFunction, UnaryFunction). Constructor for class COM.objectspace.jgl.functions.BinaryCompose
Construct myself with a single binary function object and two unary function objects.
BinaryComposePredicate(BinaryPredicate, UnaryFunction, UnaryFunction). Constructor for class COM.objectspace.jgl.predicates.BinaryComposePredicate
Construct myself with a single binary predicate object and two unary function objects.
BinaryNot(BinaryPredicate). Constructor for class COM.objectspace.jgl.predicates.BinaryNot
Construct myself with a single binary predicate object.
BinaryOr(BinaryPredicate, BinaryPredicate). Constructor for class COM.objectspace.jgl.predicates.BinaryOr
Construct myself with two unary predicate objects.
BinaryOr(BinaryPredicate[]). Constructor for class COM.objectspace.jgl.predicates.BinaryOr
Construct myself to use all given predicates for testing.
BinaryPredicateFunction(BinaryPredicate). Constructor for class COM.objectspace.jgl.functions.BinaryPredicateFunction
Construct myself with a binary predicate object.
BinaryTern(BinaryPredicate, BinaryPredicate, BinaryPredicate). Constructor for class COM.objectspace.jgl.predicates.BinaryTern
Construct myself to emulate the ternary operator.
BindFirst(BinaryFunction, Object). Constructor for class COM.objectspace.jgl.functions.BindFirst
Construct myself with a binary function object and a predefined value.
BindFirstPredicate(BinaryPredicate, Object). Constructor for class COM.objectspace.jgl.predicates.BindFirstPredicate
Construct myself with a binary predicate object and a predefined value.
BindSecond(BinaryFunction, Object). Constructor for class COM.objectspace.jgl.functions.BindSecond
Construct myself with a binary function object and a predefined value.
BindSecondPredicate(BinaryPredicate, Object). Constructor for class COM.objectspace.jgl.predicates.BindSecondPredicate
Construct myself with a binary predicate object and a predefined value.
BooleanArray(). Constructor for class COM.objectspace.jgl.adapters.BooleanArray
Construct myself to refer to an empty array.
BooleanArray(boolean[]). Constructor for class COM.objectspace.jgl.adapters.BooleanArray
Construct myself to refer to a native Java array.
BooleanArray(BooleanArray). Constructor for class COM.objectspace.jgl.adapters.BooleanArray
Construct myself to refer to an existing BooleanArray.
BooleanArray(BooleanBuffer). Constructor for class COM.objectspace.jgl.adapters.BooleanArray
Construct myself to be a copy of an existing BooleanBuffer.
booleanAt(int). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return the integer at the specified index as a Boolean object.
booleanAt(int). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the boolean at the specified index.
BooleanBuffer(). Constructor for class COM.objectspace.jgl.adapters.BooleanBuffer
Construct myself to be an empty BooleanBuffer.
BooleanBuffer(BitSet). Constructor for class COM.objectspace.jgl.adapters.BooleanBuffer
Construct myself to be a copy of an existing BitSet.
BooleanBuffer(boolean[]). Constructor for class COM.objectspace.jgl.adapters.BooleanBuffer
Construct myself to use a specified array as my initial storage.
BooleanBuffer(BooleanArray). Constructor for class COM.objectspace.jgl.adapters.BooleanBuffer
Construct myself to be a copy of an existing BooleanArray.
BooleanBuffer(BooleanBuffer). Constructor for class COM.objectspace.jgl.adapters.BooleanBuffer
Construct myself to be a copy of an existing BooleanBuffer.
BooleanBuffer(int). Constructor for class COM.objectspace.jgl.adapters.BooleanBuffer
Construct myself to contain a specified number of null elements.
BooleanBuffer(int, boolean). Constructor for class COM.objectspace.jgl.adapters.BooleanBuffer
Construct myself to contain a specified number of elements set to a particular object.
BooleanIterator(). Constructor for class COM.objectspace.jgl.adapters.BooleanIterator
Construct myself to be an iterator with no associated data structure or position.
BooleanIterator(BooleanBuffer, int). Constructor for class COM.objectspace.jgl.adapters.BooleanIterator
Construct myself to be positioned at a particular index of a specific BooleanBuffer.
BooleanIterator(BooleanIterator). Constructor for class COM.objectspace.jgl.adapters.BooleanIterator
Construct myself to be a copy of an existing iterator.
ByteArray(). Constructor for class COM.objectspace.jgl.adapters.ByteArray
Construct myself to refer to an empty array.
ByteArray(byte[]). Constructor for class COM.objectspace.jgl.adapters.ByteArray
Construct myself to refer to a native Java array.
ByteArray(ByteArray). Constructor for class COM.objectspace.jgl.adapters.ByteArray
Construct myself to refer to an existing ByteArray.
ByteArray(ByteBuffer). Constructor for class COM.objectspace.jgl.adapters.ByteArray
Construct myself to be a copy of an existing ByteBuffer.
byteAt(int). Method in class COM.objectspace.jgl.adapters.ByteArray
Return the integer at the specified index as a Byte object.
byteAt(int). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the byte at the specified index.
ByteBuffer(). Constructor for class COM.objectspace.jgl.adapters.ByteBuffer
Construct myself to be an empty ByteBuffer.
ByteBuffer(byte[]). Constructor for class COM.objectspace.jgl.adapters.ByteBuffer
Construct myself to use a specified array as my initial storage.
ByteBuffer(ByteBuffer). Constructor for class COM.objectspace.jgl.adapters.ByteBuffer
Construct myself to be a copy of an existing ByteBuffer.
ByteBuffer(int). Constructor for class COM.objectspace.jgl.adapters.ByteBuffer
Construct myself to contain a specified number of null elements.
ByteBuffer(int, byte). Constructor for class COM.objectspace.jgl.adapters.ByteBuffer
Construct myself to contain a specified number of elements set to a particular object.
ByteIterator(). Constructor for class COM.objectspace.jgl.adapters.ByteIterator
Construct myself to be an iterator with no associated data structure or position.
ByteIterator(byte[], int). Constructor for class COM.objectspace.jgl.adapters.ByteIterator
Construct myself to be positioned at a particular index of a specific array of bytes.
ByteIterator(ByteArray, int). Constructor for class COM.objectspace.jgl.adapters.ByteIterator
Construct myself to be positioned at a particular index of a specific ByteArray.
ByteIterator(ByteBuffer, int). Constructor for class COM.objectspace.jgl.adapters.ByteIterator
Construct myself to be positioned at a particular index of a specific ByteBuffer.
ByteIterator(ByteIterator). Constructor for class COM.objectspace.jgl.adapters.ByteIterator
Construct myself to be a copy of an existing iterator.

C

capacity(). Method in class COM.objectspace.jgl.Array
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the number of elements that I contain without allocating more internal storage.
capacity(). Method in class COM.objectspace.jgl.voyager.VArray
capacity(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
CharArray(). Constructor for class COM.objectspace.jgl.adapters.CharArray
Construct myself to refer to an empty array.
CharArray(char[]). Constructor for class COM.objectspace.jgl.adapters.CharArray
Construct myself to refer to a native Java array.
CharArray(CharArray). Constructor for class COM.objectspace.jgl.adapters.CharArray
Construct myself to refer to an existing CharArray.
CharArray(CharBuffer). Constructor for class COM.objectspace.jgl.adapters.CharArray
Construct myself to be a copy of an existing CharBuffer.
charAt(int). Method in class COM.objectspace.jgl.adapters.CharArray
Return the integer at the specified index as a Char object.
charAt(int). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the char at the specified index.
CharBuffer(). Constructor for class COM.objectspace.jgl.adapters.CharBuffer
Construct myself to be an empty CharBuffer.
CharBuffer(char[]). Constructor for class COM.objectspace.jgl.adapters.CharBuffer
Construct myself to use a specified array as my initial storage.
CharBuffer(CharBuffer). Constructor for class COM.objectspace.jgl.adapters.CharBuffer
Construct myself to be a copy of an existing CharBuffer.
CharBuffer(int). Constructor for class COM.objectspace.jgl.adapters.CharBuffer
Construct myself to contain a specified number of null elements.
CharBuffer(int, char). Constructor for class COM.objectspace.jgl.adapters.CharBuffer
Construct myself to contain a specified number of elements set to a particular object.
CharIterator(). Constructor for class COM.objectspace.jgl.adapters.CharIterator
Construct myself to be an iterator with no associated data structure or position.
CharIterator(char[], int). Constructor for class COM.objectspace.jgl.adapters.CharIterator
Construct myself to be positioned at a particular index of a specific array of chars.
CharIterator(CharArray, int). Constructor for class COM.objectspace.jgl.adapters.CharIterator
Construct myself to be positioned at a particular index of a specific CharArray.
CharIterator(CharBuffer, int). Constructor for class COM.objectspace.jgl.adapters.CharIterator
Construct myself to be positioned at a particular index of a specific CharBuffer.
CharIterator(CharIterator). Constructor for class COM.objectspace.jgl.adapters.CharIterator
Construct myself to be a copy of an existing iterator.
clear(). Method in class COM.objectspace.jgl.Array
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Remove all of my objects.
clear(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Remove all of my elements.
clear(). Method in interface COM.objectspace.jgl.Container
Remove all of my objects.
clear(). Method in class COM.objectspace.jgl.Deque
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.DList
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.HashMap
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.HashSet
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.Map
Remove all of my objects.
clear(). Method in class COM.objectspace.jgl.OrderedMap
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.OrderedSet
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.PriorityQueue
Remove all of my objects.
clear(). Method in class COM.objectspace.jgl.Queue
Remove all of my objects.
clear(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.SList
Remove all of my elements.
clear(). Method in class COM.objectspace.jgl.Stack
Remove all of my objects.
clear(). Method in class COM.objectspace.jgl.voyager.VArray
clear(). Method in class COM.objectspace.jgl.voyager.VContainer
clear(). Method in class COM.objectspace.jgl.voyager.VDeque
clear(). Method in class COM.objectspace.jgl.voyager.VDList
clear(). Method in class COM.objectspace.jgl.adapters.VectorArray
Remove all of my objects.
clear(). Method in class COM.objectspace.jgl.voyager.VHashMap
clear(). Method in class COM.objectspace.jgl.voyager.VHashSet
clear(). Method in class COM.objectspace.jgl.voyager.VMap
clear(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
clear(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
clear(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
clear(). Method in class COM.objectspace.jgl.voyager.VQueue
clear(). Method in class COM.objectspace.jgl.voyager.VSequence
clear(). Method in class COM.objectspace.jgl.voyager.VSet
clear(). Method in class COM.objectspace.jgl.voyager.VSList
clear(). Method in class COM.objectspace.jgl.voyager.VStack
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
clear(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
clone(). Method in class COM.objectspace.jgl.Array
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
clone(). Method in class COM.objectspace.jgl.ArrayIterator
Return a clone of myself.
clone(). Method in interface COM.objectspace.jgl.BidirectionalIterator
J++ requires clone
clone(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.adapters.CharArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.CharIterator
Return a clone of myself.
clone(). Method in interface COM.objectspace.jgl.Container
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.Deque
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.DequeIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.DList
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.DListIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return a clone of myself.
clone(). Method in interface COM.objectspace.jgl.ForwardIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.HashMap
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.HashMapIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.HashSet
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.HashSetIterator
Return a clone of myself.
clone(). Method in interface COM.objectspace.jgl.InputIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.util.InsertIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.adapters.IntArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.IntIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.adapters.LongArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.LongIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.Map
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.util.ObjectOutputStreamIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.OrderedMap
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.OrderedSet
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.OrderedSetIterator
Return a clone of myself.
clone(). Method in interface COM.objectspace.jgl.OutputIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.util.OutputStreamIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.Pair
Return a copy of myself.
clone(). Method in class COM.objectspace.jgl.PriorityQueue
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.Queue
Return a shallow copy of myself.
clone(). Method in interface COM.objectspace.jgl.RandomAccessIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.util.ReverseIterator
Return a clone of myself.
clone(). Method in interface COM.objectspace.jgl.Sequence
clone(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.SList
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.SListIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.Stack
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.voyager.VArray
clone(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
clone(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
clone(). Method in class COM.objectspace.jgl.voyager.VContainer
clone(). Method in class COM.objectspace.jgl.voyager.VDeque
clone(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
clone(). Method in class COM.objectspace.jgl.voyager.VDList
clone(). Method in class COM.objectspace.jgl.voyager.VDListIterator
clone(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return a shallow copy of myself.
clone(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return a clone of myself.
clone(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
clone(). Method in class COM.objectspace.jgl.voyager.VHashMap
clone(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
clone(). Method in class COM.objectspace.jgl.voyager.VHashSet
clone(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
clone(). Method in class COM.objectspace.jgl.voyager.VInputIterator
clone(). Method in class COM.objectspace.jgl.voyager.VMap
clone(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
clone(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
clone(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
clone(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
clone(). Method in class COM.objectspace.jgl.voyager.VOutputIterator
clone(). Method in class COM.objectspace.jgl.voyager.VPair
clone(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
clone(). Method in class COM.objectspace.jgl.voyager.VQueue
clone(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
clone(). Method in class COM.objectspace.jgl.voyager.VSequence
clone(). Method in class COM.objectspace.jgl.voyager.VSet
clone(). Method in class COM.objectspace.jgl.voyager.VSList
clone(). Method in class COM.objectspace.jgl.voyager.VSListIterator
clone(). Method in class COM.objectspace.jgl.voyager.VStack
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VOutputIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VPair
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
clone(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
collect(Container, UnaryFunction). Static method in class COM.objectspace.jgl.algorithms.Transforming
Return a container that is the same class as the original and contains the result of applying the given unary function to each element in the original.
collect(Container, UnaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
collect(Container, UnaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
collect(Container, UnaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
collect(Container, UnaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
collect(ForwardIterator, ForwardIterator, UnaryFunction). Static method in class COM.objectspace.jgl.algorithms.Transforming
Return a container that is the same class as the original and contains the result of applying the given unary function to each element in the range.
collect(ForwardIterator, ForwardIterator, UnaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
collect(ForwardIterator, ForwardIterator, UnaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
collect(ForwardIterator, ForwardIterator, UnaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
collect(ForwardIterator, ForwardIterator, UnaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
compareTo(Benchmark). Method in class COM.objectspace.jgl.util.Benchmark
Display a string that compares me with another benchmark to System.out.
ConditionalEnumeration(Enumeration). Constructor for class COM.objectspace.jgl.util.ConditionalEnumeration
Construct myself to iterate over the same elements as enum.
ConditionalEnumeration(Enumeration, UnaryPredicate). Constructor for class COM.objectspace.jgl.util.ConditionalEnumeration
Construct myself to iterate over the elements of enum that meet the given condition.
ConstantFunction(Object). Constructor for class COM.objectspace.jgl.functions.ConstantFunction
Construct myself to always return a specific value when invoked.
ConstantPredicate(boolean). Constructor for class COM.objectspace.jgl.predicates.ConstantPredicate
Construct myself to always return a specific value when invoked.
contains(boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return true if I contain a particular boolean.
contains(byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return true if I contain a particular byte.
contains(char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return true if I contain a particular char.
contains(double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return true if I contain a particular double.
contains(float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return true if I contain a particular float.
contains(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return true if I contain a particular int.
contains(long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return true if I contain a particular long.
contains(Object). Method in class COM.objectspace.jgl.Array
Return true if I contain a particular object.
contains(Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return true if I contain a particular object using .equals()
contains(Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class COM.objectspace.jgl.Deque
Return true if I contain a particular object.
contains(Object). Method in class COM.objectspace.jgl.DList
Return true if I contain a particular object.
contains(Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in interface COM.objectspace.jgl.Sequence
Return true if I contain a particular object.
contains(Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return true if I contain a particular object using .equals()
contains(Object). Method in class COM.objectspace.jgl.SList
Return true if I contain a particular object.
contains(Object). Method in class COM.objectspace.jgl.voyager.VArray
contains(Object). Method in class COM.objectspace.jgl.voyager.VDeque
contains(Object). Method in class COM.objectspace.jgl.voyager.VDList
contains(Object). Method in class COM.objectspace.jgl.voyager.VSequence
contains(Object). Method in class COM.objectspace.jgl.voyager.VSList
contains(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
contains(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
contains(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
contains(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
contains(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
contains(short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return true if I contain a particular short.
copy(Array). Method in class COM.objectspace.jgl.Array
Become a shallow copy of an existing Array.
copy(Array). Method in class COM.objectspace.jgl.voyager.VArray
copy(Array, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
copy(BooleanBuffer). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Become a copy of an existing BooleanBuffer.
copy(ByteBuffer). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Become a shallow copy of an existing ByteBuffer.
copy(CharBuffer). Method in class COM.objectspace.jgl.adapters.CharBuffer
Become a shallow copy of an existing CharBuffer.
copy(Container, Container). Static method in class COM.objectspace.jgl.algorithms.Copying
Insert the elements from one container into another container.
copy(Container, Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(Container, Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(Container, Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(Container, Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(Container, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.Copying
Copy the elements from a container to a sequence.
copy(Container, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(Container, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(Container, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(Container, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(Deque). Method in class COM.objectspace.jgl.Deque
Become a shallow copy of an existing Deque.
copy(Deque). Method in class COM.objectspace.jgl.voyager.VDeque
copy(Deque, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
copy(DList). Method in class COM.objectspace.jgl.DList
Become a shallow copy of an existing DList.
copy(DList). Method in class COM.objectspace.jgl.voyager.VDList
copy(DList, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
copy(DoubleBuffer). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Become a shallow copy of an existing DoubleBuffer.
copy(FloatBuffer). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Become a shallow copy of an existing FloatBuffer.
copy(HashMap). Method in class COM.objectspace.jgl.HashMap
Become a shallow copy of an existing HashMap.
copy(HashMap). Method in class COM.objectspace.jgl.voyager.VHashMap
copy(HashMap, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
copy(HashSet). Method in class COM.objectspace.jgl.HashSet
Become a shallow copy of an existing HashSet.
copy(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
copy(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
copy(InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.Copying
Copy the elements from one range to another range of the same size.
copy(InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copy(IntBuffer). Method in class COM.objectspace.jgl.adapters.IntBuffer
Become a shallow copy of an existing IntBuffer.
copy(LongBuffer). Method in class COM.objectspace.jgl.adapters.LongBuffer
Become a shallow copy of an existing LongBuffer.
copy(OrderedMap). Method in class COM.objectspace.jgl.OrderedMap
Become a shallow copy of an existing OrderedMap.
copy(OrderedMap). Method in class COM.objectspace.jgl.voyager.VOrderedMap
copy(OrderedMap, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
copy(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Become a shallow copy of an existing OrderedSet.
copy(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
copy(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
copy(PriorityQueue). Method in class COM.objectspace.jgl.PriorityQueue
Become a shallow copy of a specified PriorityQueue.
copy(PriorityQueue). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
copy(PriorityQueue, Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
copy(Queue). Method in class COM.objectspace.jgl.Queue
Become a shallow copy of a Queue.
copy(Queue). Method in class COM.objectspace.jgl.voyager.VQueue
copy(Queue, Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
copy(ShortBuffer). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Become a shallow copy of an existing ShortBuffer.
copy(SList). Method in class COM.objectspace.jgl.SList
Become a shallow copy of an existing SList.
copy(SList). Method in class COM.objectspace.jgl.voyager.VSList
copy(SList, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
copy(Stack). Method in class COM.objectspace.jgl.Stack
Become a shallow copy of a specified Stack.
copy(Stack). Method in class COM.objectspace.jgl.voyager.VStack
copy(Stack, Messenger). Method in class COM.objectspace.jgl.voyager.VStack
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.algorithms.Copying
Copy the elements backwards from one range to another range of the same size.
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copyBackward(BidirectionalIterator, BidirectionalIterator, BidirectionalIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCopying
copyTo(BitSet). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Copy all my elements into the specified BitSet, expanding the BitSet if necessary.
copyTo(boolean[]). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Copy my elements into the specified array.
copyTo(byte[]). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Copy my elements into the specified array.
copyTo(char[]). Method in class COM.objectspace.jgl.adapters.CharBuffer
Copy my elements into the specified array.
copyTo(double[]). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Copy my elements into the specified array.
copyTo(float[]). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Copy my elements into the specified array.
copyTo(int[]). Method in class COM.objectspace.jgl.adapters.IntBuffer
Copy my elements into the specified array.
copyTo(long[]). Method in class COM.objectspace.jgl.adapters.LongBuffer
Copy my elements into the specified array.
copyTo(Object[]). Method in class COM.objectspace.jgl.Array
Copy my elements into the specified array.
copyTo(Object[]). Method in class COM.objectspace.jgl.voyager.VArray
copyTo(Object[], Messenger). Method in class COM.objectspace.jgl.voyager.VArray
copyTo(short[]). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Copy my elements into the specified array.
count(boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the number of objects that equal a particular value.
count(byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the number of objects that equal a particular value.
count(char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the number of objects that equal a particular value.
count(Container, Object). Static method in class COM.objectspace.jgl.algorithms.Counting
Return the number of elements in a container that match a particular object using equals().
count(Container, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
count(Container, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
count(Container, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
count(Container, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
count(DListIterator, DListIterator, Object). Method in class COM.objectspace.jgl.DList
Return the number of objects within a specified range of that match a particular value.
count(DListIterator, DListIterator, Object). Method in class COM.objectspace.jgl.voyager.VDList
count(DListIterator, DListIterator, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
count(double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the number of objects that equal a particular value.
count(float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the number of objects that equal a particular value.
count(InputIterator, InputIterator, Object). Static method in class COM.objectspace.jgl.algorithms.Counting
Return the number of elements in a range that match a particular object using equals().
count(InputIterator, InputIterator, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
count(InputIterator, InputIterator, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
count(InputIterator, InputIterator, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
count(InputIterator, InputIterator, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
count(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the number of objects that equal a particular value.
count(int, int, boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the number of objects within a particular range of indices that match a particular boolean.
count(int, int, byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the number of objects within a particular range of indices that match a particular byte.
count(int, int, char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the number of objects within a particular range of indices that match a particular char.
count(int, int, double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the number of objects within a particular range of indices that match a particular double.
count(int, int, float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the number of objects within a particular range of indices that match a particular float.
count(int, int, int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the number of objects within a particular range of indices that match a particular int.
count(int, int, long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the number of objects within a particular range of indices that match a particular long.
count(int, int, Object). Method in class COM.objectspace.jgl.Array
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return the number of objects within a specified range of that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.Deque
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.DList
Return the number of objects within a specified range of that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in interface COM.objectspace.jgl.Sequence
Return the number of objects within a specified range of that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the number of objects within a particular range of indices that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.SList
Return the number of objects within a specified range of that match a particular value.
count(int, int, Object). Method in class COM.objectspace.jgl.voyager.VArray
count(int, int, Object). Method in class COM.objectspace.jgl.voyager.VDeque
count(int, int, Object). Method in class COM.objectspace.jgl.voyager.VDList
count(int, int, Object). Method in class COM.objectspace.jgl.voyager.VSequence
count(int, int, Object). Method in class COM.objectspace.jgl.voyager.VSList
count(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
count(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
count(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
count(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
count(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
count(int, int, short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the number of objects within a particular range of indices that match a particular short.
count(long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the number of objects that equal a particular value.
count(Object). Method in class COM.objectspace.jgl.Array
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return the number of objects that match a specified object.
count(Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.Deque
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.DList
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.HashMap
Return the number of key/value pairs that match a particular key.
count(Object). Method in class COM.objectspace.jgl.HashSet
Return the number of items that match a particular object.
count(Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.Map
Return the number of key/value pairs that match a particular key.
count(Object). Method in class COM.objectspace.jgl.OrderedMap
Return the number of key/value pairs that match a particular key.
count(Object). Method in class COM.objectspace.jgl.OrderedSet
Return the number of items that match a particular object.
count(Object). Method in interface COM.objectspace.jgl.Sequence
Return the number of objects that match a specified object.
count(Object). Method in interface COM.objectspace.jgl.Set
Return the number of items that match a particular object.
count(Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.SList
Return the number of objects that match a particular value.
count(Object). Method in class COM.objectspace.jgl.voyager.VArray
count(Object). Method in class COM.objectspace.jgl.voyager.VDeque
count(Object). Method in class COM.objectspace.jgl.voyager.VDList
count(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
count(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
count(Object). Method in class COM.objectspace.jgl.voyager.VMap
count(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
count(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
count(Object). Method in class COM.objectspace.jgl.voyager.VSequence
count(Object). Method in class COM.objectspace.jgl.voyager.VSet
count(Object). Method in class COM.objectspace.jgl.voyager.VSList
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VMap
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSet
count(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
count(short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the number of objects that equal a particular value.
count(SListIterator, SListIterator, Object). Method in class COM.objectspace.jgl.SList
Return the number of objects within a specified range of that match a particular value.
count(SListIterator, SListIterator, Object). Method in class COM.objectspace.jgl.voyager.VSList
count(SListIterator, SListIterator, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
countIf(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Counting
Return the number of elements in a container that satisfy a predicate.
countIf(Container, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
countIf(Container, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
countIf(Container, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
countIf(Container, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
countIf(InputIterator, InputIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Counting
Return the number of elements in a range that satisfy a predicate.
countIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
countIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
countIf(InputIterator, InputIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
countIf(InputIterator, InputIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VCounting
countValues(Object). Method in class COM.objectspace.jgl.HashMap
Return the number of values that match a given object.
countValues(Object). Method in class COM.objectspace.jgl.Map
Return the number of values that match a given object.
countValues(Object). Method in class COM.objectspace.jgl.OrderedMap
Return the number of values that match a given object.
countValues(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
countValues(Object). Method in class COM.objectspace.jgl.voyager.VMap
countValues(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
countValues(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
countValues(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VMap
countValues(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap

D

Deque(). Constructor for class COM.objectspace.jgl.Deque
Construct myself to be an empty Deque.
Deque(Deque). Constructor for class COM.objectspace.jgl.Deque
Construct myself to be a shallow copy of an existing Deque.
Deque(int). Constructor for class COM.objectspace.jgl.Deque
Construct myself to contain a specified number of null elements.
Deque(int, Object). Constructor for class COM.objectspace.jgl.Deque
Construct myself to contain a specified number of elements set to a particular object.
DequeIterator(). Constructor for class COM.objectspace.jgl.DequeIterator
Construct myself to be an iterator with no associated data structure or position.
DequeIterator(DequeIterator). Constructor for class COM.objectspace.jgl.DequeIterator
Construct myself to be a copy of an existing iterator.
detect(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Return the first object in a container that satisfies a specified predicate, or null if no such object exists.
detect(Container, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
detect(Container, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
detect(Container, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
detect(Container, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
detect(ForwardIterator, ForwardIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Return the first object in a range that satisfies a specified predicate, or null if no such object exists.
detect(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
detect(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
detect(ForwardIterator, ForwardIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
detect(ForwardIterator, ForwardIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
difference(HashSet). Method in class COM.objectspace.jgl.HashSet
Return a new HashSet that contains the elements that are in me but not in a specified set.
difference(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
difference(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
difference(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return a new OrderedSet that contains the elements that are in me but not in a specified set.
difference(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
difference(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
distance(ForwardIterator). Method in class COM.objectspace.jgl.ArrayIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.CharIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.DequeIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.DListIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in interface COM.objectspace.jgl.ForwardIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.HashMapIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.HashSetIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.IntIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.LongIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.OrderedMapIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.OrderedSetIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.util.ReverseIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.SListIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VArrayIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VDequeIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VDListIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return the distance from myself to another iterator.
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VForwardIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
distance(ForwardIterator). Method in class COM.objectspace.jgl.voyager.VSListIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
distance(ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
DividesNumber(). Constructor for class COM.objectspace.jgl.functions.DividesNumber
Construct myself to use intValue() for operation.
DividesNumber(Class). Constructor for class COM.objectspace.jgl.functions.DividesNumber
Construct myself to operate on objects of the given class.
DividesNumber(Class, int). Constructor for class COM.objectspace.jgl.functions.DividesNumber
Construct myself to operate on objects of the given class.
DList(). Constructor for class COM.objectspace.jgl.DList
Construct myself to be an empty DList.
DList(DList). Constructor for class COM.objectspace.jgl.DList
Construct myself to be a shallow copy of an existing DList.
DList(int). Constructor for class COM.objectspace.jgl.DList
Construct myself to contain a specified number of null elements.
DList(int, Object). Constructor for class COM.objectspace.jgl.DList
Construct myself to contain a specified number of elements set to a particular object.
DListIterator(). Constructor for class COM.objectspace.jgl.DListIterator
Construct myself to be an iterator with no associated object structure or position.
DListIterator(DListIterator). Constructor for class COM.objectspace.jgl.DListIterator
Construct myself to be a copy of an existing iterator.
DoubleArray(). Constructor for class COM.objectspace.jgl.adapters.DoubleArray
Construct myself to refer to an empty array.
DoubleArray(double[]). Constructor for class COM.objectspace.jgl.adapters.DoubleArray
Construct myself to refer to a native Java array.
DoubleArray(DoubleArray). Constructor for class COM.objectspace.jgl.adapters.DoubleArray
Construct myself to refer to an existing DoubleArray.
DoubleArray(DoubleBuffer). Constructor for class COM.objectspace.jgl.adapters.DoubleArray
Construct myself to be a copy of an existing DoubleBuffer.
doubleAt(int). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return the integer at the specified index as a Double object.
doubleAt(int). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the double at the specified index.
DoubleBuffer(). Constructor for class COM.objectspace.jgl.adapters.DoubleBuffer
Construct myself to be an empty DoubleBuffer.
DoubleBuffer(double[]). Constructor for class COM.objectspace.jgl.adapters.DoubleBuffer
Construct myself to use a specified array as my initial storage.
DoubleBuffer(DoubleBuffer). Constructor for class COM.objectspace.jgl.adapters.DoubleBuffer
Construct myself to be a copy of an existing DoubleBuffer.
DoubleBuffer(int). Constructor for class COM.objectspace.jgl.adapters.DoubleBuffer
Construct myself to contain a specified number of null elements.
DoubleBuffer(int, double). Constructor for class COM.objectspace.jgl.adapters.DoubleBuffer
Construct myself to contain a specified number of elements set to a particular object.
DoubleIterator(). Constructor for class COM.objectspace.jgl.adapters.DoubleIterator
Construct myself to be an iterator with no associated data structure or position.
DoubleIterator(double[], int). Constructor for class COM.objectspace.jgl.adapters.DoubleIterator
Construct myself to be positioned at a particular index of a specific array of doubles.
DoubleIterator(DoubleArray, int). Constructor for class COM.objectspace.jgl.adapters.DoubleIterator
Construct myself to be positioned at a particular index of a specific DoubleArray.
DoubleIterator(DoubleBuffer, int). Constructor for class COM.objectspace.jgl.adapters.DoubleIterator
Construct myself to be positioned at a particular index of a specific DoubleBuffer.
DoubleIterator(DoubleIterator). Constructor for class COM.objectspace.jgl.adapters.DoubleIterator
Construct myself to be a copy of an existing iterator.

E

elements(). Method in class COM.objectspace.jgl.Array
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.CharArray
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return an Enumeration of my components.
elements(). Method in interface COM.objectspace.jgl.Container
Return an Enumeration of the components in this container
elements(). Method in class COM.objectspace.jgl.Deque
Return an Enumeration of my components
elements(). Method in class COM.objectspace.jgl.DList
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.HashMap
Return an Enumeration to my values.
elements(). Method in class COM.objectspace.jgl.HashSet
Return an Enumeration of my objects.
elements(). Method in class COM.objectspace.jgl.adapters.IntArray
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.LongArray
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.Map
Return an Enumeration of the components in this container
elements(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return an Enumeration of my elements.
elements(). Method in class COM.objectspace.jgl.OrderedMap
Return an Enumeration of my values
elements(). Method in class COM.objectspace.jgl.OrderedSet
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.PriorityQueue
Return an Enumeration of my elements.
elements(). Method in class COM.objectspace.jgl.Queue
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.SList
Return an Enumeration to my components.
elements(). Method in class COM.objectspace.jgl.Stack
Return an Enumeration of my components.
elements(). Method in class COM.objectspace.jgl.voyager.VArray
elements(). Method in class COM.objectspace.jgl.voyager.VContainer
elements(). Method in class COM.objectspace.jgl.voyager.VDeque
elements(). Method in class COM.objectspace.jgl.voyager.VDictionary
elements(). Method in class COM.objectspace.jgl.voyager.VDList
elements(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return an Enumeration of my elements.
elements(). Method in class COM.objectspace.jgl.voyager.VHashMap
elements(). Method in class COM.objectspace.jgl.voyager.VHashSet
elements(). Method in class COM.objectspace.jgl.voyager.VMap
elements(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
elements(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
elements(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
elements(). Method in class COM.objectspace.jgl.voyager.VQueue
elements(). Method in class COM.objectspace.jgl.voyager.VSequence
elements(). Method in class COM.objectspace.jgl.voyager.VSet
elements(). Method in class COM.objectspace.jgl.voyager.VSList
elements(). Method in class COM.objectspace.jgl.voyager.VStack
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VDictionary
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
elements(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
end. Variable in class COM.objectspace.jgl.Range
The end iterator
end(). Method in class COM.objectspace.jgl.Array
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.CharArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.Deque
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.DList
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.HashMap
Return an iterator positioned immediately after my last pair.
end(). Method in class COM.objectspace.jgl.HashSet
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.IntArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.LongArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.OrderedMap
Return an iterator positioned immediately after my last pair.
end(). Method in class COM.objectspace.jgl.OrderedSet
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.SList
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.voyager.VArray
end(). Method in class COM.objectspace.jgl.voyager.VDeque
end(). Method in class COM.objectspace.jgl.voyager.VDList
end(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return an iterator positioned immediately after my last item.
end(). Method in class COM.objectspace.jgl.voyager.VHashMap
end(). Method in class COM.objectspace.jgl.voyager.VHashSet
end(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
end(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
end(). Method in class COM.objectspace.jgl.voyager.VSList
end(boolean[]). Static method in class COM.objectspace.jgl.adapters.BooleanIterator
Return an iterator positioned immediately after the last element of a particular array.
end(byte[]). Static method in class COM.objectspace.jgl.adapters.ByteIterator
Return an iterator positioned immediately after the last element of a particular array.
end(char[]). Static method in class COM.objectspace.jgl.adapters.CharIterator
Return an iterator positioned immediately after the last element of a particular array.
end(double[]). Static method in class COM.objectspace.jgl.adapters.DoubleIterator
Return an iterator positioned immediately after the last element of a particular array.
end(float[]). Static method in class COM.objectspace.jgl.adapters.FloatIterator
Return an iterator positioned immediately after the last element of a particular array.
end(int[]). Static method in class COM.objectspace.jgl.adapters.IntIterator
Return an iterator positioned immediately after the last element of a particular array.
end(long[]). Static method in class COM.objectspace.jgl.adapters.LongIterator
Return an iterator positioned immediately after the last element of a particular array.
end(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
end(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
end(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
end(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
end(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
end(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
end(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
end(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
end(Object[]). Static method in class COM.objectspace.jgl.adapters.ObjectIterator
Return an iterator positioned immediately after the last element of a particular array.
end(short[]). Static method in class COM.objectspace.jgl.adapters.ShortIterator
Return an iterator positioned immediately after the last element of a particular array.
end(Vector). Static method in class COM.objectspace.jgl.adapters.VectorIterator
Return an iterator positioned immediately after the last element of a particular array.
ensureCapacity(int). Method in class COM.objectspace.jgl.Array
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.adapters.CharBuffer
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.adapters.LongBuffer
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Pre-allocate enough space to hold a specified number of elements.
ensureCapacity(int). Method in class COM.objectspace.jgl.voyager.VArray
ensureCapacity(int, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
equal(Container, Container). Static method in class COM.objectspace.jgl.algorithms.Comparing
Scan two containers and return true if the containers are the same size and every element in one container matches its counterpart using equals().
equal(Container, Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
equal(Container, Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
equal(Container, Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
equal(Container, Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
equal(InputIterator, InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.Comparing
Scan two sequences of the same size and return true if every element in one sequence matches its counterpart using equals().
equal(InputIterator, InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
equal(InputIterator, InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
equal(InputIterator, InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
equal(InputIterator, InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
EqualCollationKey(). Constructor for class COM.objectspace.jgl.predicates.EqualCollationKey
Construct a EqualCollationKey function object that uses the collator object for the current default locale to compare operands that are not instances of CollationKey.
EqualCollationKey(Collator). Constructor for class COM.objectspace.jgl.predicates.EqualCollationKey
Construct a EqualCollationKey function object that uses the given collator object to compare operands that are not instances of CollationKey.
EqualCollator(). Constructor for class COM.objectspace.jgl.predicates.EqualCollator
Construct a EqualCollator function object that uses the collator object for the current default locale to compare objects.
EqualCollator(Collator). Constructor for class COM.objectspace.jgl.predicates.EqualCollator
Construct a EqualCollator function object that uses the given collator object to compare objects.
EqualNumber(). Constructor for class COM.objectspace.jgl.predicates.EqualNumber
Construct myself to use intValue() for comparisons.
EqualNumber(Class). Constructor for class COM.objectspace.jgl.predicates.EqualNumber
Construct myself to compare objects of the given class.
equalRange(Object). Method in class COM.objectspace.jgl.HashMap
Return a range whose first element is an iterator positioned at the first occurence of a specific key and whose second element is an iterator positioned immediately after the last occurence of that key.
equalRange(Object). Method in class COM.objectspace.jgl.HashSet
Return a range whose first element is an iterator positioned at the first occurence of a specific object and whose second element is an iterator positioned immediately after the last occurence of that object.
equalRange(Object). Method in class COM.objectspace.jgl.OrderedMap
Return a pair of iterators whose first element is equal to lowerBound() and whose second element is equal to upperBound().
equalRange(Object). Method in class COM.objectspace.jgl.OrderedSet
Return a pair of iterators whose first element is equal to lowerBound() and whose second element is equal to upperBound().
equalRange(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
equalRange(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
equalRange(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
equalRange(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
equalRange(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
equalRange(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
equalRange(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
equalRange(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
equals(Array). Method in class COM.objectspace.jgl.Array
Return true if I contain the same items in the same order as another Array.
equals(Array). Method in class COM.objectspace.jgl.voyager.VArray
equals(Array, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
equals(boolean[]). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return true if I contain the same items in the same order as a native array of booleans.
equals(boolean[]). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return true if I contain the same items in the same order as a native array of booleans.
equals(BooleanArray). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return true if I contain the same items in the same order as another BooleanArray.
equals(BooleanArray). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return true if I contain the same items in the same order as a BooleanArray.
equals(BooleanBuffer). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return true if I contain the same items in the same order as another BooleanBuffer.
equals(BooleanBuffer). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return true if I contain the same items in the same order as another BooleanBuffer.
equals(BooleanIterator). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return true if iterator is positioned at the same element as me.
equals(byte[]). Method in class COM.objectspace.jgl.adapters.ByteArray
Return true if I contain the same items in the same order as a native array of bytes.
equals(byte[]). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return true if I contain the same items in the same order as a native array of bytes.
equals(ByteArray). Method in class COM.objectspace.jgl.adapters.ByteArray
Return true if I contain the same items in the same order as another ByteArray.
equals(ByteArray). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return true if I contain the same items in the same order as a ByteArray.
equals(ByteBuffer). Method in class COM.objectspace.jgl.adapters.ByteArray
Return true if I contain the same items in the same order as another ByteBuffer.
equals(ByteBuffer). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return true if I contain the same items in the same order as another ByteBuffer.
equals(ByteIterator). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return true if iterator is positioned at the same element as me.
equals(char[]). Method in class COM.objectspace.jgl.adapters.CharArray
Return true if I contain the same items in the same order as a native array of chars.
equals(char[]). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return true if I contain the same items in the same order as a native array of chars.
equals(CharArray). Method in class COM.objectspace.jgl.adapters.CharArray
Return true if I contain the same items in the same order as another CharArray.
equals(CharArray). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return true if I contain the same items in the same order as a CharArray.
equals(CharBuffer). Method in class COM.objectspace.jgl.adapters.CharArray
Return true if I contain the same items in the same order as another CharBuffer.
equals(CharBuffer). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return true if I contain the same items in the same order as another CharBuffer.
equals(CharIterator). Method in class COM.objectspace.jgl.adapters.CharIterator
Return true if iterator is positioned at the same element as me.
equals(Deque). Method in class COM.objectspace.jgl.Deque
Return true if I contain the same items in the same order as another Deque.
equals(Deque). Method in class COM.objectspace.jgl.voyager.VDeque
equals(Deque, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
equals(DList). Method in class COM.objectspace.jgl.DList
Return true if I contain the same items in the same order as another DList.
equals(DList). Method in class COM.objectspace.jgl.voyager.VDList
equals(DList, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
equals(double[]). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return true if I contain the same items in the same order as a native array of doubles.
equals(double[]). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return true if I contain the same items in the same order as a native array of doubles.
equals(DoubleArray). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return true if I contain the same items in the same order as another DoubleArray.
equals(DoubleArray). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return true if I contain the same items in the same order as a DoubleArray.
equals(DoubleBuffer). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return true if I contain the same items in the same order as another DoubleBuffer.
equals(DoubleBuffer). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return true if I contain the same items in the same order as another DoubleBuffer.
equals(DoubleIterator). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return true if iterator is positioned at the same element as me.
equals(float[]). Method in class COM.objectspace.jgl.adapters.FloatArray
Return true if I contain the same items in the same order as a native array of floats.
equals(float[]). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return true if I contain the same items in the same order as a native array of floats.
equals(FloatArray). Method in class COM.objectspace.jgl.adapters.FloatArray
Return true if I contain the same items in the same order as another FloatArray.
equals(FloatArray). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return true if I contain the same items in the same order as a FloatArray.
equals(FloatBuffer). Method in class COM.objectspace.jgl.adapters.FloatArray
Return true if I contain the same items in the same order as another FloatBuffer.
equals(FloatBuffer). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return true if I contain the same items in the same order as another FloatBuffer.
equals(FloatIterator). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return true if iterator is positioned at the same element as me.
equals(HashMap). Method in class COM.objectspace.jgl.HashMap
Return true if I contain exactly the same key/value pairs as another HashMap.
equals(HashMap). Method in class COM.objectspace.jgl.voyager.VHashMap
equals(HashMap, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
equals(HashSet). Method in class COM.objectspace.jgl.HashSet
Return true if I contain exactly the same items as another HashSet.
equals(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
equals(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
equals(int[]). Method in class COM.objectspace.jgl.adapters.IntArray
Return true if I contain the same items in the same order as a native array of ints.
equals(int[]). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return true if I contain the same items in the same order as a native array of ints.
equals(IntArray). Method in class COM.objectspace.jgl.adapters.IntArray
Return true if I contain the same items in the same order as another IntArray.
equals(IntArray). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return true if I contain the same items in the same order as a IntArray.
equals(IntBuffer). Method in class COM.objectspace.jgl.adapters.IntArray
Return true if I contain the same items in the same order as another IntBuffer.
equals(IntBuffer). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return true if I contain the same items in the same order as another IntBuffer.
equals(IntIterator). Method in class COM.objectspace.jgl.adapters.IntIterator
Return true if iterator is positioned at the same element as me.
equals(long[]). Method in class COM.objectspace.jgl.adapters.LongArray
Return true if I contain the same items in the same order as a native array of longs.
equals(long[]). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return true if I contain the same items in the same order as a native array of longs.
equals(LongArray). Method in class COM.objectspace.jgl.adapters.LongArray
Return true if I contain the same items in the same order as another LongArray.
equals(LongArray). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return true if I contain the same items in the same order as a LongArray.
equals(LongBuffer). Method in class COM.objectspace.jgl.adapters.LongArray
Return true if I contain the same items in the same order as another LongBuffer.
equals(LongBuffer). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return true if I contain the same items in the same order as another LongBuffer.
equals(LongIterator). Method in class COM.objectspace.jgl.adapters.LongIterator
Return true if iterator is positioned at the same element as me.
equals(Object). Method in class COM.objectspace.jgl.Array
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
equals(Object). Method in class COM.objectspace.jgl.ArrayIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.adapters.ByteArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.adapters.CharArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.CharIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in interface COM.objectspace.jgl.Container
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.Deque
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.DequeIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.DList
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.DListIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.adapters.FloatArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.HashMap
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.HashMapIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.HashSet
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.HashSetIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.adapters.IntArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.IntIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.adapters.LongArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.LongIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.Map
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.OrderedMap
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.OrderedMapIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.OrderedSet
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.OrderedSetIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.Pair
equals(Object). Method in class COM.objectspace.jgl.PriorityQueue
Return true if object is a PriorityQueue whose underlying sequence is equal to mine.
equals(Object). Method in class COM.objectspace.jgl.Queue
Return true if object is a Queue whose underlying sequence is equal to mine.
equals(Object). Method in class COM.objectspace.jgl.Range
equals(Object). Method in class COM.objectspace.jgl.util.ReverseIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.adapters.ShortArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.SList
Return true if I'm equal to another object.
equals(Object). Method in class COM.objectspace.jgl.SListIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object). Method in class COM.objectspace.jgl.Stack
Return true if object is a Stack whose underlying sequence is equal to mine.
equals(Object). Method in class COM.objectspace.jgl.adapters.VectorArray
Return true if I'm equal to a specified object.
equals(Object). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return true if a specified object is the same kind of iterator as me and is positioned at the same element.
equals(Object[]). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return true if I contain the same items in the same order as a native array of Objects.
equals(ObjectIterator). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return true if iterator is positioned at the same element as me.
equals(OrderedMap). Method in class COM.objectspace.jgl.OrderedMap
Return true if I contain the same items in the same order as another OrderedMap.
equals(OrderedMap). Method in class COM.objectspace.jgl.voyager.VOrderedMap
equals(OrderedMap, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
equals(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return true if I contain the same items in the same order as another OrderedSet.
equals(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
equals(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
equals(Pair). Method in class COM.objectspace.jgl.Pair
equals(Pair). Method in class COM.objectspace.jgl.voyager.VPair
equals(Pair, Messenger). Method in class COM.objectspace.jgl.voyager.VPair
equals(PriorityQueue). Method in class COM.objectspace.jgl.PriorityQueue
Return true if a specified PriorityQueue's sequence is equal to mine.
equals(PriorityQueue). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
equals(PriorityQueue, Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
equals(Queue). Method in class COM.objectspace.jgl.Queue
Return true if a Queue's sequence is equal to mine.
equals(Queue). Method in class COM.objectspace.jgl.voyager.VQueue
equals(Queue, Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
equals(Range). Method in class COM.objectspace.jgl.Range
equals(Range). Method in class COM.objectspace.jgl.voyager.VRange
equals(Range, Messenger). Method in class COM.objectspace.jgl.voyager.VRange
equals(ReverseIterator). Method in class COM.objectspace.jgl.util.ReverseIterator
Return true if iterator is positioned at the same element as me.
equals(short[]). Method in class COM.objectspace.jgl.adapters.ShortArray
Return true if I contain the same items in the same order as a native array of shorts.
equals(short[]). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return true if I contain the same items in the same order as a native array of shorts.
equals(ShortArray). Method in class COM.objectspace.jgl.adapters.ShortArray
Return true if I contain the same items in the same order as another ShortArray.
equals(ShortArray). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return true if I contain the same items in the same order as a ShortArray.
equals(ShortBuffer). Method in class COM.objectspace.jgl.adapters.ShortArray
Return true if I contain the same items in the same order as another ShortBuffer.
equals(ShortBuffer). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return true if I contain the same items in the same order as another ShortBuffer.
equals(ShortIterator). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return true if iterator is positioned at the same element as me.
equals(SList). Method in class COM.objectspace.jgl.SList
Return true if I contain the same items in the same order as another SList.
equals(SList). Method in class COM.objectspace.jgl.voyager.VSList
equals(SList, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
equals(Stack). Method in class COM.objectspace.jgl.Stack
Return true if a specified Stack's sequence is equal to mine.
equals(Stack). Method in class COM.objectspace.jgl.voyager.VStack
equals(Stack, Messenger). Method in class COM.objectspace.jgl.voyager.VStack
equals(VectorIterator). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return true if iterator is positioned at the same element as me.
EqualString(). Constructor for class COM.objectspace.jgl.predicates.EqualString
EqualTo(). Constructor for class COM.objectspace.jgl.predicates.EqualTo
every(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Return true if every object in the container satisfies a particular predicate.
every(Container, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
every(Container, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
every(Container, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
every(Container, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
every(ForwardIterator, ForwardIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Return true if every object in the specified range satisfies a particular predicate.
every(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
every(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
every(ForwardIterator, ForwardIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
every(ForwardIterator, ForwardIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
execute(Object). Method in class COM.objectspace.jgl.functions.BindFirst
Perform my binary function on the operand using the predefined value as the 1st parameter and the operand as the 2nd parameter.
execute(Object). Method in class COM.objectspace.jgl.predicates.BindFirstPredicate
Perform my binary predicate on the operand using the predefined value as the 1st parameter and the operand as the 2nd parameter.
execute(Object). Method in class COM.objectspace.jgl.functions.BindSecond
Perform my binary function on the operand using the operand as the 1st parameter and the predefined value as the 2nd parameter.
execute(Object). Method in class COM.objectspace.jgl.predicates.BindSecondPredicate
Perform my binary predicate on the operand using the operand as the 1st parameter and the predefined value as the 2nd parameter.
execute(Object). Method in class COM.objectspace.jgl.functions.ConstantFunction
Return my value.
execute(Object). Method in class COM.objectspace.jgl.predicates.ConstantPredicate
Return my value.
execute(Object). Method in class COM.objectspace.jgl.functions.Hash
Return the hash code of my operand as an Integer, or 0 if the operand is null.
execute(Object). Method in class COM.objectspace.jgl.functions.IdentityFunction
Return the operand.
execute(Object). Method in class COM.objectspace.jgl.predicates.InstanceOf
Test operand for belonging to a specific class.
execute(Object). Method in class COM.objectspace.jgl.functions.LengthString
Return the length of my operand's string as an Integer.
execute(Object). Method in class COM.objectspace.jgl.predicates.LogicalNot
Perform a logical NOT.
execute(Object). Method in class COM.objectspace.jgl.functions.NegateNumber
Return the negation of my operand.
execute(Object). Method in class COM.objectspace.jgl.predicates.NegativeNumber
Return true if the operand is less than zero.
execute(Object). Method in class COM.objectspace.jgl.predicates.PositiveNumber
Return true if the operand is greater than zero.
execute(Object). Method in class COM.objectspace.jgl.functions.Print
Print my operand to my PrintStream.
execute(Object). Method in class COM.objectspace.jgl.functions.SelectFirst
Return the first instance variable of my operand.
execute(Object). Method in class COM.objectspace.jgl.functions.SelectSecond
Return the second instance variable of my operand.
execute(Object). Method in class COM.objectspace.jgl.functions.ToString
Return my argument as a String, or "null" if the operand is null.
execute(Object). Method in class COM.objectspace.jgl.predicates.UnaryAnd
Perform my unary predicates on the operand and return true if all predicates return true.
execute(Object). Method in class COM.objectspace.jgl.functions.UnaryCompose
Perform my second unary function on the operand and then return the result of applying my first unary function object to this result.
execute(Object). Method in class COM.objectspace.jgl.predicates.UnaryComposePredicate
Perform my unary function on the operand and then return the result of applying my predicate function object to this result.
execute(Object). Method in interface COM.objectspace.jgl.UnaryFunction
Return the result of executing with a single Object.
execute(Object). Method in class COM.objectspace.jgl.predicates.UnaryNot
Perform my unary predicate on the operand and return true if the predicate returns false.
execute(Object). Method in class COM.objectspace.jgl.predicates.UnaryOr
Perform my unary predicates on the operand and return true if any predicate returns true.
execute(Object). Method in interface COM.objectspace.jgl.UnaryPredicate
Return the result of executing with a single Object.
execute(Object). Method in class COM.objectspace.jgl.functions.UnaryPredicateFunction
Perform my unary predicate on the operand and return the boolean result as an object.
execute(Object). Method in class COM.objectspace.jgl.predicates.UnaryTern
Perform my conditional predicate on the operand, and use the return value of that to determine which predicate to evaluate.
execute(Object). Method in class COM.objectspace.jgl.voyager.VUnaryFunction
execute(Object). Method in class COM.objectspace.jgl.voyager.VUnaryPredicate
execute(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VUnaryFunction
execute(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VUnaryPredicate
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.BinaryAnd
Perform my unary predicates on the operand and return true if all predicates return true.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.BinaryCompose
Perform my unary functions on each operand and then return the result of applying my binary function object to these results.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.BinaryComposePredicate
Perform my unary functions on each operand and then return the result of applying my binary predicate object to these results.
execute(Object, Object). Method in interface COM.objectspace.jgl.BinaryFunction
Return the result of executing with two Object arguments.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.BinaryNot
Perform my binary predicate on the operands and return true if the predicate returns false.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.BinaryOr
Perform my unary predicates on the operand and return true if any predicate returns true.
execute(Object, Object). Method in interface COM.objectspace.jgl.BinaryPredicate
Return the result of executing with two Object arguments.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.BinaryPredicateFunction
Perform my binary predicate on the operand and return the boolean result as an object.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.BinaryTern
Perform my conditional predicate on the operand, and use the return value of that to determine which predicate to evaluate.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.ConstantFunction
Return my value.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.ConstantPredicate
Return my value.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.DividesNumber
Return the result of dividing the first operand by the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.EqualCollationKey
Return true if the first operand is equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.EqualCollator
Return true if the first operand is equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.EqualNumber
Return true if the first operand is the same as the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.EqualString
Return true if the first operand is equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.EqualTo
Compare two objects for equality.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.GreaterCollationKey
Return true if the first operand is greater than the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.GreaterCollator
Return true if the first operand is greater than the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.GreaterEqualCollationKey
Return true if the first operand is greater than or equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.GreaterEqualCollator
Return true if the first operand is greater than or equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.GreaterEqualNumber
Return true if the first operand is greater than or equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.GreaterEqualString
Return true if the first operand is greater than or equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.GreaterNumber
Return true if the first operand is greater than the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.GreaterString
Return true if the first operand is greater than the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.HashComparator
Compare the operands based on their hash code.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.IdenticalTo
Compare two objects for identity.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LessCollationKey
Return true if the first operand is less than the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LessCollator
Return true if the first operand is less than the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LessEqualCollationKey
Return true if the first operand is less than or equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LessEqualCollator
Return true if the first operand is less than or equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LessEqualNumber
Return true if the first operand is less than or equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LessEqualString
Return true if the first operand is less than or equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LessNumber
Return true if the first operand is less than the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LessString
Return true if the first operand is less than the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LogicalAnd
Perform a logical AND.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.LogicalOr
Perform a logical OR.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.MinusNumber
Return the result of subtracting the second operand from the first operand.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.ModulusNumber
Return the result of the first operand modulus the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.NotEqualCollationKey
Return true if the first operand is not equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.NotEqualCollator
Return true if the first operand is not equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.NotEqualNumber
Return false if the first operand is equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.NotEqualString
Return true if the first operand is not equal to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.NotEqualTo
Compare two objects for inequality.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.NotIdenticalTo
Compare two objects for non-identity.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.PlusNumber
Return the result of adding the first operand to the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.PlusString
Return the concatenation of the two operands.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.SwappedBinaryFunction
Swap the order of operands and return the value of my contained function.
execute(Object, Object). Method in class COM.objectspace.jgl.predicates.SwappedBinaryPredicate
Swap the order of operands and return the value of my contained predicate.
execute(Object, Object). Method in class COM.objectspace.jgl.functions.TimesNumber
Return the result of multiplying the first operand by the second operand.
execute(Object, Object). Method in class COM.objectspace.jgl.voyager.VBinaryFunction
execute(Object, Object). Method in class COM.objectspace.jgl.voyager.VBinaryPredicate
execute(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VBinaryFunction
execute(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VBinaryPredicate
expansionAllowed(). Method in class COM.objectspace.jgl.HashMap
Return true if adding an object to myself could result in an expansion of the number of hash buckets I currently use.
expansionAllowed(). Method in class COM.objectspace.jgl.HashSet
Return true if adding an object to myself could result in an expansion of the number of hash buckets I currently use.
expansionAllowed(). Method in class COM.objectspace.jgl.voyager.VHashMap
expansionAllowed(). Method in class COM.objectspace.jgl.voyager.VHashSet
expansionAllowed(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
expansionAllowed(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet

F

FALSE. Static variable in class COM.objectspace.jgl.predicates.ConstantPredicate
fill(Container, Object). Static method in class COM.objectspace.jgl.algorithms.Filling
Fill a container with a particular value.
fill(Container, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fill(Container, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fill(Container, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fill(Container, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fill(ForwardIterator, ForwardIterator, Object). Static method in class COM.objectspace.jgl.algorithms.Filling
Fill a specified range with a particular value.
fill(ForwardIterator, ForwardIterator, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fill(ForwardIterator, ForwardIterator, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fill(ForwardIterator, ForwardIterator, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fill(ForwardIterator, ForwardIterator, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fillN(OutputIterator, int, Object). Static method in class COM.objectspace.jgl.algorithms.Filling
Assign an object to a number of elements starting at a specified location.
fillN(OutputIterator, int, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fillN(OutputIterator, int, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fillN(OutputIterator, int, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
fillN(OutputIterator, int, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFilling
find(Container, Object). Static method in class COM.objectspace.jgl.algorithms.Finding
Find the first element in a container that matches a particular object using equals().
find(Container, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
find(Container, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
find(Container, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
find(Container, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
find(DListIterator, DListIterator, Object). Method in class COM.objectspace.jgl.DList
Return an iterator positioned at the first object within a specified range that matches a particular object, or end() if the object is not found.
find(DListIterator, DListIterator, Object). Method in class COM.objectspace.jgl.voyager.VDList
find(DListIterator, DListIterator, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
find(InputIterator, InputIterator, Object). Static method in class COM.objectspace.jgl.algorithms.Finding
Find the first element in a sequence that matches a particular object using equals().
find(InputIterator, InputIterator, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
find(InputIterator, InputIterator, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
find(InputIterator, InputIterator, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
find(InputIterator, InputIterator, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
find(Object). Method in class COM.objectspace.jgl.DList
Return an iterator positioned at the first object that matches a particular value, or end() if the object is not found.
find(Object). Method in class COM.objectspace.jgl.HashMap
Find the first key/value pair based on its key and return its position.
find(Object). Method in class COM.objectspace.jgl.HashSet
Find an object and return its position.
find(Object). Method in class COM.objectspace.jgl.OrderedMap
Find a key/value pair based on its key and return its position.
find(Object). Method in class COM.objectspace.jgl.OrderedSet
Find an object and return its position.
find(Object). Method in class COM.objectspace.jgl.SList
Return an iterator positioned at the first object that matches a particular value, or end() if the object is not found.
find(Object). Method in class COM.objectspace.jgl.voyager.VDList
find(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
find(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
find(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
find(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
find(Object). Method in class COM.objectspace.jgl.voyager.VSList
find(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
find(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
find(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
find(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
find(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
find(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
find(SListIterator, SListIterator, Object). Method in class COM.objectspace.jgl.SList
Return an iterator positioned at the first object within a specified range that match a particular object, or end() if the object is not found.
find(SListIterator, SListIterator, Object). Method in class COM.objectspace.jgl.voyager.VSList
find(SListIterator, SListIterator, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
findIf(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Find the first element in a container that satisfies a predicate.
findIf(Container, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
findIf(Container, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
findIf(Container, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
findIf(Container, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
findIf(InputIterator, InputIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Find the first element in a sequence that satisfies a predicate.
findIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
findIf(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
findIf(InputIterator, InputIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
findIf(InputIterator, InputIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
finish(). Method in class COM.objectspace.jgl.Array
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.CharArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in interface COM.objectspace.jgl.Container
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.Deque
Return an iterator positioned immediately afer my last item.
finish(). Method in class COM.objectspace.jgl.DList
Return an iterator positioned immediately afer my last item.
finish(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.HashMap
Return an iterator positioned immediately afer my last pair.
finish(). Method in class COM.objectspace.jgl.HashSet
Return an iterator positioned immediately afer my last item.
finish(). Method in class COM.objectspace.jgl.adapters.IntArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.LongArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.Map
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.OrderedMap
Return an iterator positioned immediately afer my last pair.
finish(). Method in class COM.objectspace.jgl.OrderedSet
Return an iterator positioned immediately afer my last item.
finish(). Method in class COM.objectspace.jgl.PriorityQueue
Return an iterator positioned immediately afer my last item.
finish(). Method in class COM.objectspace.jgl.Queue
Return an iterator positioned immediately afer my last item.
finish(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.SList
Return an iterator positioned immediately afer my last item.
finish(). Method in class COM.objectspace.jgl.Stack
Return an iterator positioned immediately afer my last item.
finish(). Method in class COM.objectspace.jgl.voyager.VArray
finish(). Method in class COM.objectspace.jgl.voyager.VContainer
finish(). Method in class COM.objectspace.jgl.voyager.VDeque
finish(). Method in class COM.objectspace.jgl.voyager.VDList
finish(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return an iterator positioned immediately after my last item.
finish(). Method in class COM.objectspace.jgl.voyager.VHashMap
finish(). Method in class COM.objectspace.jgl.voyager.VHashSet
finish(). Method in class COM.objectspace.jgl.voyager.VMap
finish(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
finish(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
finish(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
finish(). Method in class COM.objectspace.jgl.voyager.VQueue
finish(). Method in class COM.objectspace.jgl.voyager.VSequence
finish(). Method in class COM.objectspace.jgl.voyager.VSet
finish(). Method in class COM.objectspace.jgl.voyager.VSList
finish(). Method in class COM.objectspace.jgl.voyager.VStack
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
finish(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
first. Variable in class COM.objectspace.jgl.Pair
The first object.
FloatArray(). Constructor for class COM.objectspace.jgl.adapters.FloatArray
Construct myself to refer to an empty array.
FloatArray(float[]). Constructor for class COM.objectspace.jgl.adapters.FloatArray
Construct myself to refer to a native Java array.
FloatArray(FloatArray). Constructor for class COM.objectspace.jgl.adapters.FloatArray
Construct myself to refer to an existing FloatArray.
FloatArray(FloatBuffer). Constructor for class COM.objectspace.jgl.adapters.FloatArray
Construct myself to be a copy of an existing FloatBuffer.
floatAt(int). Method in class COM.objectspace.jgl.adapters.FloatArray
Return the integer at the specified index as a Float object.
floatAt(int). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the float at the specified index.
FloatBuffer(). Constructor for class COM.objectspace.jgl.adapters.FloatBuffer
Construct myself to be an empty FloatBuffer.
FloatBuffer(float[]). Constructor for class COM.objectspace.jgl.adapters.FloatBuffer
Construct myself to use a specified array as my initial storage.
FloatBuffer(FloatBuffer). Constructor for class COM.objectspace.jgl.adapters.FloatBuffer
Construct myself to be a copy of an existing FloatBuffer.
FloatBuffer(int). Constructor for class COM.objectspace.jgl.adapters.FloatBuffer
Construct myself to contain a specified number of null elements.
FloatBuffer(int, float). Constructor for class COM.objectspace.jgl.adapters.FloatBuffer
Construct myself to contain a specified number of elements set to a particular object.
FloatIterator(). Constructor for class COM.objectspace.jgl.adapters.FloatIterator
Construct myself to be an iterator with no associated data structure or position.
FloatIterator(float[], int). Constructor for class COM.objectspace.jgl.adapters.FloatIterator
Construct myself to be positioned at a particular index of a specific array of floats.
FloatIterator(FloatArray, int). Constructor for class COM.objectspace.jgl.adapters.FloatIterator
Construct myself to be positioned at a particular index of a specific FloatArray.
FloatIterator(FloatBuffer, int). Constructor for class COM.objectspace.jgl.adapters.FloatIterator
Construct myself to be positioned at a particular index of a specific FloatBuffer.
FloatIterator(FloatIterator). Constructor for class COM.objectspace.jgl.adapters.FloatIterator
Construct myself to be a copy of an existing iterator.
forEach(Container, UnaryFunction). Static method in class COM.objectspace.jgl.algorithms.Applying
Apply a unary function to every element in a container.
forEach(Container, UnaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
forEach(Container, UnaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
forEach(Container, UnaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
forEach(Container, UnaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
forEach(InputIterator, InputIterator, UnaryFunction). Static method in class COM.objectspace.jgl.algorithms.Applying
Apply a unary function to every element in a specified range.
forEach(InputIterator, InputIterator, UnaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
forEach(InputIterator, InputIterator, UnaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
forEach(InputIterator, InputIterator, UnaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
forEach(InputIterator, InputIterator, UnaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
front(). Method in class COM.objectspace.jgl.Array
Return my first item.
front(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return my first element.
front(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return my first element.
front(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return my first element.
front(). Method in class COM.objectspace.jgl.Deque
Return my first item.
front(). Method in class COM.objectspace.jgl.DList
Return my first item.
front(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return my first element.
front(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return my first element.
front(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return my first element.
front(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return my first element.
front(). Method in class COM.objectspace.jgl.Queue
Return the object at my front.
front(). Method in interface COM.objectspace.jgl.Sequence
Return my first element.
front(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return my first element.
front(). Method in class COM.objectspace.jgl.SList
Return my first item.
front(). Method in class COM.objectspace.jgl.voyager.VArray
front(). Method in class COM.objectspace.jgl.voyager.VDeque
front(). Method in class COM.objectspace.jgl.voyager.VDList
front(). Method in class COM.objectspace.jgl.voyager.VQueue
front(). Method in class COM.objectspace.jgl.voyager.VSequence
front(). Method in class COM.objectspace.jgl.voyager.VSList
front(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
front(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
front(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
front(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
front(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
front(Messenger). Method in class COM.objectspace.jgl.voyager.VSList

G

get(). Method in class COM.objectspace.jgl.ArrayIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.ByteArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.CharArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.CharIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.DequeIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.DListIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.FloatArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.HashMapIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.HashSetIterator
Return the object at my current position.
get(). Method in interface COM.objectspace.jgl.InputIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.IntArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.IntIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.LongArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.LongIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.OrderedSetIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.util.ReverseIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.adapters.ShortArray
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Retrieve the underlying primitive array.
get(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.SListIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
get(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
get(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
get(). Method in class COM.objectspace.jgl.voyager.VDListIterator
get(). Method in class COM.objectspace.jgl.adapters.VectorArray
Retrieve the underlying Vector.
get(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return the object at my current position.
get(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
get(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
get(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
get(). Method in class COM.objectspace.jgl.voyager.VInputIterator
get(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
get(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
get(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
get(). Method in class COM.objectspace.jgl.voyager.VSListIterator
get(int). Method in class COM.objectspace.jgl.ArrayIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.CharIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.DequeIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.DListIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return the object that is a specified distance from my current position.
get(int). Method in interface COM.objectspace.jgl.ForwardIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.HashMapIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.HashSetIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.IntIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.LongIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.OrderedMapIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.OrderedSetIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.util.ReverseIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.SListIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.voyager.VArrayIterator
get(int). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
get(int). Method in class COM.objectspace.jgl.voyager.VDequeIterator
get(int). Method in class COM.objectspace.jgl.voyager.VDListIterator
get(int). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return the object that is a specified distance from my current position.
get(int). Method in class COM.objectspace.jgl.voyager.VForwardIterator
get(int). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
get(int). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
get(int). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
get(int). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
get(int). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
get(int). Method in class COM.objectspace.jgl.voyager.VSListIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
get(int, Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
get(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
get(Object). Method in class COM.objectspace.jgl.HashMap
Return the value associated with key, or null if the key does not exist.
get(Object). Method in class COM.objectspace.jgl.HashSet
Return the first object that matches the given object, or null if no match exists.
get(Object). Method in class COM.objectspace.jgl.OrderedMap
Return the value associated with key, or null if the key does not exist.
get(Object). Method in class COM.objectspace.jgl.OrderedSet
Return the first object that matches the given object, or null if no match exists.
get(Object). Method in interface COM.objectspace.jgl.Set
Return the first object that matches the given object, or null if no match exists.
get(Object). Method in class COM.objectspace.jgl.voyager.VDictionary
get(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
get(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
get(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
get(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
get(Object). Method in class COM.objectspace.jgl.voyager.VSet
get(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDictionary
get(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
get(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
get(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
get(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
get(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSet
getBoolean(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return the boolean at my current position.
getBoolean(int). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return the boolean that is a specified distance from my current position.
getByte(). Method in class COM.objectspace.jgl.adapters.ByteIterator
getByte(int). Method in class COM.objectspace.jgl.adapters.ByteIterator
getChar(). Method in class COM.objectspace.jgl.adapters.CharIterator
getChar(int). Method in class COM.objectspace.jgl.adapters.CharIterator
getComparator(). Method in class COM.objectspace.jgl.HashMap
Return my comparator.
getComparator(). Method in class COM.objectspace.jgl.HashSet
Return my comparator.
getComparator(). Method in class COM.objectspace.jgl.OrderedMap
Return my comparator.
getComparator(). Method in class COM.objectspace.jgl.OrderedSet
Return my comparator.
getComparator(). Method in class COM.objectspace.jgl.PriorityQueue
Return my comparator.
getComparator(). Method in class COM.objectspace.jgl.voyager.VHashMap
getComparator(). Method in class COM.objectspace.jgl.voyager.VHashSet
getComparator(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
getComparator(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
getComparator(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
getComparator(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
getComparator(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
getComparator(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
getComparator(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
getComparator(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
getContainer(). Method in class COM.objectspace.jgl.ArrayIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.adapters.CharIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.DequeIterator
Return my associated container.
getContainer(). Method in class COM.objectspace.jgl.DListIterator
Return my associated container.
getContainer(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return my associated array.
getContainer(). Method in interface COM.objectspace.jgl.ForwardIterator
Return my associated container.
getContainer(). Method in class COM.objectspace.jgl.HashMapIterator
Return my associated container.
getContainer(). Method in class COM.objectspace.jgl.HashSetIterator
Return my associated HashSet
getContainer(). Method in class COM.objectspace.jgl.adapters.IntIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.adapters.LongIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return my associated container.
getContainer(). Method in class COM.objectspace.jgl.OrderedSetIterator
Return my associated container.
getContainer(). Method in class COM.objectspace.jgl.util.ReverseIterator
Return my associated container via my BidirectionalIterator.
getContainer(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return my associated array.
getContainer(). Method in class COM.objectspace.jgl.SListIterator
Return my associated SList.
getContainer(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VDListIterator
getContainer(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return a VectorArray for my associated Container since java.util.Vector isn't in the JGL hierarchy (but should be ;-)).
getContainer(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
getContainer(). Method in class COM.objectspace.jgl.voyager.VSListIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
getContainer(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
getCount(). Method in class COM.objectspace.jgl.util.Benchmark
Return the number of times I've been started/restarted.
getDouble(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
getDouble(double). Static method in class COM.objectspace.jgl.util.Randomizer
Generate a random number using the default generator.
getDouble(double, double). Static method in class COM.objectspace.jgl.util.Randomizer
Generate a random number using the default generator.
getDouble(int). Method in class COM.objectspace.jgl.adapters.DoubleIterator
getFloat(). Method in class COM.objectspace.jgl.adapters.FloatIterator
getFloat(float). Static method in class COM.objectspace.jgl.util.Randomizer
Generate a random number using the default generator.
getFloat(float, float). Static method in class COM.objectspace.jgl.util.Randomizer
Generate a random number using the default generator.
getFloat(int). Method in class COM.objectspace.jgl.adapters.FloatIterator
getInt(). Method in class COM.objectspace.jgl.adapters.IntIterator
getInt(int). Method in class COM.objectspace.jgl.adapters.IntIterator
getInt(int). Static method in class COM.objectspace.jgl.util.Randomizer
Generate a random number using the default generator.
getInt(int, int). Static method in class COM.objectspace.jgl.util.Randomizer
Generate a random number using the default generator.
getLoadRatio(). Method in class COM.objectspace.jgl.HashMap
Return my load ratio.
getLoadRatio(). Method in class COM.objectspace.jgl.HashSet
Return my load ratio.
getLoadRatio(). Method in class COM.objectspace.jgl.voyager.VHashMap
getLoadRatio(). Method in class COM.objectspace.jgl.voyager.VHashSet
getLoadRatio(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
getLoadRatio(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
getLong(). Method in class COM.objectspace.jgl.adapters.LongIterator
getLong(int). Method in class COM.objectspace.jgl.adapters.LongIterator
getLong(long). Static method in class COM.objectspace.jgl.util.Randomizer
Generate a random number using the default generator.
getLong(long, long). Static method in class COM.objectspace.jgl.util.Randomizer
Generate a random number using the default generator.
getMilliseconds(). Method in class COM.objectspace.jgl.util.Benchmark
Return the current number of milliseconds on the benchmark clock.
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VApplying
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VArray
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VBinaryFunction
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VBinaryPredicate
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VComparing
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VContainer
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VCopying
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VCounting
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VDeque
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VDictionary
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VDList
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VDListIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VEnumeration
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VFilling
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VFinding
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VHashing
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VHashMap
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VHashSet
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VHeap
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VInputIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VMap
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VOpaque
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VOutputIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VPair
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VQueue
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VRange
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VReversing
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VRotating
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VSequence
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VSet
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VSList
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VSListIterator
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VSorting
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VStack
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VUnaryFunction
getOriginalClassName(). Method in class COM.objectspace.jgl.voyager.VUnaryPredicate
getShort(). Method in class COM.objectspace.jgl.adapters.ShortIterator
getShort(int). Method in class COM.objectspace.jgl.adapters.ShortIterator
getStream(). Method in class COM.objectspace.jgl.util.ObjectOutputStreamIterator
Return the stream upon which I operate.
getTitle(). Method in class COM.objectspace.jgl.util.Benchmark
Return my title.
GreaterCollationKey(). Constructor for class COM.objectspace.jgl.predicates.GreaterCollationKey
Construct a GreaterCollationKey function object that uses the collator object for the current default locale to compare objects.
GreaterCollationKey(Collator). Constructor for class COM.objectspace.jgl.predicates.GreaterCollationKey
Construct a GreaterCollationKey function object that uses the given collator object to compare objects.
GreaterCollator(). Constructor for class COM.objectspace.jgl.predicates.GreaterCollator
Construct a GreaterCollator function object that uses the collator object for the current default locale to compare objects.
GreaterCollator(Collator). Constructor for class COM.objectspace.jgl.predicates.GreaterCollator
Construct a GreaterCollator function object that uses the given collator object to compare objects.
GreaterEqualCollationKey(). Constructor for class COM.objectspace.jgl.predicates.GreaterEqualCollationKey
Construct a GreaterEqualCollationKey function object that uses the collator object for the current default locale to compare objects.
GreaterEqualCollationKey(Collator). Constructor for class COM.objectspace.jgl.predicates.GreaterEqualCollationKey
Construct a GreaterEqualCollationKey function object that uses the given collator object to compare objects.
GreaterEqualCollator(). Constructor for class COM.objectspace.jgl.predicates.GreaterEqualCollator
Construct a GreaterEqualCollator function object that uses the collator object for the current default locale to compare objects.
GreaterEqualCollator(Collator). Constructor for class COM.objectspace.jgl.predicates.GreaterEqualCollator
Construct a GreaterEqualCollator function object that uses the given collator object to compare objects.
GreaterEqualNumber(). Constructor for class COM.objectspace.jgl.predicates.GreaterEqualNumber
Construct myself to use intValue() for comparisons.
GreaterEqualNumber(Class). Constructor for class COM.objectspace.jgl.predicates.GreaterEqualNumber
Construct myself to compare objects of the given class.
GreaterEqualString(). Constructor for class COM.objectspace.jgl.predicates.GreaterEqualString
GreaterNumber(). Constructor for class COM.objectspace.jgl.predicates.GreaterNumber
Construct myself to use intValue() for comparisons.
GreaterNumber(Class). Constructor for class COM.objectspace.jgl.predicates.GreaterNumber
Construct myself to compare objects of the given class.
GreaterString(). Constructor for class COM.objectspace.jgl.predicates.GreaterString

H

Hash(). Constructor for class COM.objectspace.jgl.functions.Hash
hashCode(). Method in class COM.objectspace.jgl.Array
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.Deque
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.DList
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.HashMap
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.HashSet
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.OrderedMap
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.OrderedSet
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.Pair
Return my hash code.
hashCode(). Method in class COM.objectspace.jgl.PriorityQueue
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.Queue
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.SList
Return my hash code for support of hashing containers
hashCode(). Method in class COM.objectspace.jgl.Stack
Return my hash code for support of hashing containers
HashComparator(). Constructor for class COM.objectspace.jgl.predicates.HashComparator
HashMap(). Constructor for class COM.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares key using equals() and does not allow duplicates.
HashMap(BinaryPredicate). Constructor for class COM.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using the specified binary predicate and does not allow duplicates.
HashMap(BinaryPredicate, boolean). Constructor for class COM.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using the specified binary predicate and conditionally allows duplicates.
HashMap(BinaryPredicate, boolean, int, float). Constructor for class COM.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using the specified binary predicate and conditionally allows duplicates.
HashMap(BinaryPredicate, int, float). Constructor for class COM.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using the specified binary predicate.
HashMap(boolean). Constructor for class COM.objectspace.jgl.HashMap
Construct myself to be an empty HashMap that compares keys using equals() and conditionally allows duplicates.
HashMap(HashMap). Constructor for class COM.objectspace.jgl.HashMap
Construct myself to be a shallow copy of an existing HashMap.
HashMapIterator(). Constructor for class COM.objectspace.jgl.HashMapIterator
Construct myself to be an iterator with no associated data structure or position.
HashMapIterator(HashMapIterator). Constructor for class COM.objectspace.jgl.HashMapIterator
Construct myself to be a copy of an existing iterator.
HashSet(). Constructor for class COM.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using equals() and does not allow duplicates.
HashSet(BinaryPredicate). Constructor for class COM.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using the specified binary predicate and does not allow duplicates.
HashSet(BinaryPredicate, boolean). Constructor for class COM.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using the specified binary predicate and conditionally allows duplicates.
HashSet(BinaryPredicate, boolean, int, float). Constructor for class COM.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using the specified binary predicate and conditionally allows duplicates.
HashSet(BinaryPredicate, int, float). Constructor for class COM.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using the specified binary predicate and conditionally allows duplicates.
HashSet(boolean). Constructor for class COM.objectspace.jgl.HashSet
Construct myself to be an empty HashSet that compares objects using equals() and that conditionally allows duplicates.
HashSet(HashSet). Constructor for class COM.objectspace.jgl.HashSet
Construct myself to be a shallow copy of an existing HashSet.
HashSetIterator(). Constructor for class COM.objectspace.jgl.HashSetIterator
Construct myself to be an iterator with no associated data structure or position.
HashSetIterator(HashSetIterator). Constructor for class COM.objectspace.jgl.HashSetIterator
Construct myself to be a copy of an existing iterator.
hasMoreElements(). Method in class COM.objectspace.jgl.ArrayIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.CharIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.util.ConditionalEnumeration
Return true if there are more elements in my input stream that meet my condition.
hasMoreElements(). Method in class COM.objectspace.jgl.DequeIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.DListIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.HashMapIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.HashSetIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.IntIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.LongIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.OrderedSetIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.util.ReverseIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.SListIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VDListIterator
hasMoreElements(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return true if there are more elements in my input stream.
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VEnumeration
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VInputIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
hasMoreElements(). Method in class COM.objectspace.jgl.voyager.VSListIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VEnumeration
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
hasMoreElements(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator

I

IdenticalTo(). Constructor for class COM.objectspace.jgl.predicates.IdenticalTo
IdentityFunction(). Constructor for class COM.objectspace.jgl.functions.IdentityFunction
includes(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Return true if every element in the second container is also in the first.
includes(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Return true if every element in the second container is also in the first.
includes(Container, Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(Container, Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(Container, Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(Container, Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(Container, Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(Container, Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(Container, Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(Container, Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Return true if every element in the first sequence is also in the second.
includes(InputIterator, InputIterator, InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Return true if every element in the first sequence is also in the second.
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Return true if every element in the second sequence is also in the first.
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Return true if every element in the second sequence is also in the first.
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
includes(InputIterator, InputIterator, InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
index(). Method in class COM.objectspace.jgl.ArrayIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.adapters.CharIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.DequeIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.DListIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.adapters.IntIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.adapters.LongIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return my current index.
index(). Method in interface COM.objectspace.jgl.RandomAccessIterator
Return the index of my current position.
index(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.SListIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
index(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
index(). Method in class COM.objectspace.jgl.voyager.VDListIterator
index(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
index(). Method in class COM.objectspace.jgl.voyager.VSListIterator
index(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
index(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
index(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
index(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
index(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
indexOf(boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the index of the first boolean that matches a particular value, or -1 if the value is not found.
indexOf(byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the index of the first byte that matches a particular value, or -1 if the value is not found.
indexOf(char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the index of the first char that matches a particular value, or -1 if the value is not found.
indexOf(double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the index of the first double that matches a particular value, or -1 if the value is not found.
indexOf(float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the index of the first float that matches a particular value, or -1 if the value is not found.
indexOf(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the index of the first int that matches a particular value, or -1 if the value is not found.
indexOf(int, int, boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the index of the first boolean within a range of indices that match a particular value, or -1 if the boolean is not found.
indexOf(int, int, byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the index of the first byte within a range of indices that match a particular value, or -1 if the byte is not found.
indexOf(int, int, char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the index of the first char within a range of indices that match a particular value, or -1 if the char is not found.
indexOf(int, int, double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the index of the first double within a range of indices that match a particular value, or -1 if the double is not found.
indexOf(int, int, float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the index of the first float within a range of indices that match a particular value, or -1 if the float is not found.
indexOf(int, int, int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the index of the first int within a range of indices that match a particular value, or -1 if the int is not found.
indexOf(int, int, long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the index of the first long within a range of indices that match a particular value, or -1 if the long is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.Array
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return an index positioned at the first object within a specified range that matches a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.Deque
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.DList
Return an iterator positioned at the first object within a specified range that matches a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in interface COM.objectspace.jgl.Sequence
Return an iterator positioned at the first object within a specified range that matches a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.SList
Return the index of the first object within a specified range that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.voyager.VArray
indexOf(int, int, Object). Method in class COM.objectspace.jgl.voyager.VDeque
indexOf(int, int, Object). Method in class COM.objectspace.jgl.voyager.VDList
indexOf(int, int, Object). Method in class COM.objectspace.jgl.voyager.VSequence
indexOf(int, int, Object). Method in class COM.objectspace.jgl.voyager.VSList
indexOf(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
indexOf(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
indexOf(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
indexOf(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
indexOf(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
indexOf(int, int, short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the index of the first short within a range of indices that match a particular value, or -1 if the short is not found.
indexOf(long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the index of the first long that matches a particular value, or -1 if the value is not found.
indexOf(Object). Method in class COM.objectspace.jgl.Array
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.Deque
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.DList
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in interface COM.objectspace.jgl.Sequence
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.SList
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.voyager.VArray
indexOf(Object). Method in class COM.objectspace.jgl.voyager.VDeque
indexOf(Object). Method in class COM.objectspace.jgl.voyager.VDList
indexOf(Object). Method in class COM.objectspace.jgl.voyager.VSequence
indexOf(Object). Method in class COM.objectspace.jgl.voyager.VSList
indexOf(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
indexOf(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
indexOf(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
indexOf(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
indexOf(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
indexOf(short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the index of the first short that matches a particular value, or -1 if the value is not found.
inject(Container, Object, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Applying
Inject a container with a binary function and an initial value.
inject(Container, Object, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
inject(Container, Object, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
inject(Container, Object, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
inject(Container, Object, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
inject(InputIterator, InputIterator, Object, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Applying
Inject a specified range with a binary function and an initial value.
inject(InputIterator, InputIterator, Object, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
inject(InputIterator, InputIterator, Object, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
inject(InputIterator, InputIterator, Object, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
inject(InputIterator, InputIterator, Object, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VApplying
insert(ArrayIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.Array
Insert a sequence of objects at a particular location.
insert(ArrayIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.voyager.VArray
insert(ArrayIterator, ForwardIterator, ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
insert(ArrayIterator, int, Object). Method in class COM.objectspace.jgl.Array
Insert multiple objects at a particular position.
insert(ArrayIterator, int, Object). Method in class COM.objectspace.jgl.voyager.VArray
insert(ArrayIterator, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
insert(ArrayIterator, Object). Method in class COM.objectspace.jgl.Array
Insert an object at a particular position and return an iterator positioned at the new element.
insert(ArrayIterator, Object). Method in class COM.objectspace.jgl.voyager.VArray
insert(ArrayIterator, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
insert(BooleanIterator, boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(BooleanIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert a sequence of objects at a particular location.
insert(BooleanIterator, int, boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert multiple values at a particular position.
insert(BooleanIterator, int, Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert multiple objects at a particular position.
insert(BooleanIterator, Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(ByteIterator, byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(ByteIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert a sequence of objects at a particular location.
insert(ByteIterator, int, byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert multiple values at a particular position.
insert(ByteIterator, int, Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert multiple objects at a particular position.
insert(ByteIterator, Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(CharIterator, char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(CharIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert a sequence of objects at a particular location.
insert(CharIterator, int, char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert multiple values at a particular position.
insert(CharIterator, int, Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert multiple objects at a particular position.
insert(CharIterator, Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(DequeIterator, BidirectionalIterator, BidirectionalIterator). Method in class COM.objectspace.jgl.Deque
Insert a sequence of objects at a particular location.
insert(DequeIterator, BidirectionalIterator, BidirectionalIterator). Method in class COM.objectspace.jgl.voyager.VDeque
insert(DequeIterator, BidirectionalIterator, BidirectionalIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
insert(DequeIterator, int, Object). Method in class COM.objectspace.jgl.Deque
Insert multiple objects at a particular position.
insert(DequeIterator, int, Object). Method in class COM.objectspace.jgl.voyager.VDeque
insert(DequeIterator, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
insert(DequeIterator, Object). Method in class COM.objectspace.jgl.Deque
Insert an object at a particular position and return an iterator positioned at the new element.
insert(DequeIterator, Object). Method in class COM.objectspace.jgl.voyager.VDeque
insert(DequeIterator, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
insert(DListIterator, InputIterator, InputIterator). Method in class COM.objectspace.jgl.DList
Insert a sequence of objects at a particular location.
insert(DListIterator, InputIterator, InputIterator). Method in class COM.objectspace.jgl.voyager.VDList
insert(DListIterator, InputIterator, InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
insert(DListIterator, int, Object). Method in class COM.objectspace.jgl.DList
Insert multiple objects at a particular position.
insert(DListIterator, int, Object). Method in class COM.objectspace.jgl.voyager.VDList
insert(DListIterator, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
insert(DListIterator, Object). Method in class COM.objectspace.jgl.DList
Insert an object at a particular position and return an iterator positioned at the new element.
insert(DListIterator, Object). Method in class COM.objectspace.jgl.voyager.VDList
insert(DListIterator, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
insert(DoubleIterator, double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(DoubleIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert a sequence of objects at a particular location.
insert(DoubleIterator, int, double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert multiple values at a particular position.
insert(DoubleIterator, int, Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert multiple objects at a particular position.
insert(DoubleIterator, Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(FloatIterator, float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(FloatIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert a sequence of objects at a particular location.
insert(FloatIterator, int, float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert multiple values at a particular position.
insert(FloatIterator, int, Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert multiple objects at a particular position.
insert(FloatIterator, Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(int, BidirectionalIterator, BidirectionalIterator). Method in class COM.objectspace.jgl.Deque
Insert a sequence of objects at a particular index.
insert(int, BidirectionalIterator, BidirectionalIterator). Method in class COM.objectspace.jgl.voyager.VDeque
insert(int, BidirectionalIterator, BidirectionalIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
insert(int, boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert a value at a particular index.
insert(int, byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert a value at a particular index.
insert(int, char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert a value at a particular index.
insert(int, double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert a value at a particular index.
insert(int, float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert a value at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.Array
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.voyager.VArray
insert(int, ForwardIterator, ForwardIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
insert(int, int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert a value at a particular index.
insert(int, int, boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert multiple objects at a particular index.
insert(int, int, byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert multiple objects at a particular index.
insert(int, int, char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert multiple objects at a particular index.
insert(int, int, double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert multiple objects at a particular index.
insert(int, int, float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert multiple objects at a particular index.
insert(int, int, int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert multiple objects at a particular index.
insert(int, int, long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.Array
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.Deque
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.DList
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.SList
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.voyager.VArray
insert(int, int, Object). Method in class COM.objectspace.jgl.voyager.VDeque
insert(int, int, Object). Method in class COM.objectspace.jgl.voyager.VDList
insert(int, int, Object). Method in class COM.objectspace.jgl.voyager.VSList
insert(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
insert(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
insert(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
insert(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
insert(int, int, short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert multiple objects at a particular index.
insert(int, long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert a value at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.Array
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.Deque
Insert an object at a particular index and return an iterator positioned at the new element.
insert(int, Object). Method in class COM.objectspace.jgl.DList
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.SList
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.voyager.VArray
insert(int, Object). Method in class COM.objectspace.jgl.voyager.VDeque
insert(int, Object). Method in class COM.objectspace.jgl.voyager.VDList
insert(int, Object). Method in class COM.objectspace.jgl.voyager.VSList
insert(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
insert(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
insert(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
insert(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
insert(int, short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert a value at a particular index.
insert(IntIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert a sequence of objects at a particular location.
insert(IntIterator, int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(IntIterator, int, int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert multiple values at a particular position.
insert(IntIterator, int, Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert multiple objects at a particular position.
insert(IntIterator, Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(LongIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert a sequence of objects at a particular location.
insert(LongIterator, int, long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert multiple values at a particular position.
insert(LongIterator, int, Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert multiple objects at a particular position.
insert(LongIterator, long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(LongIterator, Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(ShortIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert a sequence of objects at a particular location.
insert(ShortIterator, int, Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert multiple objects at a particular position.
insert(ShortIterator, int, short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert multiple values at a particular position.
insert(ShortIterator, Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(ShortIterator, short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(SListIterator, InputIterator, InputIterator). Method in class COM.objectspace.jgl.SList
Insert a sequence of objects at a particular location.
insert(SListIterator, InputIterator, InputIterator). Method in class COM.objectspace.jgl.voyager.VSList
insert(SListIterator, InputIterator, InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
insert(SListIterator, int, Object). Method in class COM.objectspace.jgl.SList
Insert multiple objects at a particular position.
insert(SListIterator, int, Object). Method in class COM.objectspace.jgl.voyager.VSList
insert(SListIterator, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
insert(SListIterator, Object). Method in class COM.objectspace.jgl.SList
Insert an object at a particular position and return an iterator positioned at the new element.
insert(SListIterator, Object). Method in class COM.objectspace.jgl.voyager.VSList
insert(SListIterator, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
InsertIterator(Container). Constructor for class COM.objectspace.jgl.util.InsertIterator
Construct myself so that current( object ) inserts the object into a container using add().
InsertIterator(InsertIterator). Constructor for class COM.objectspace.jgl.util.InsertIterator
Construct myself to be a copy of the specified iterator.
InstanceOf(Class). Constructor for class COM.objectspace.jgl.predicates.InstanceOf
Construct myself to perform the equivalent of the instanceof operator for the given class.
IntArray(). Constructor for class COM.objectspace.jgl.adapters.IntArray
Construct myself to refer to an empty array.
IntArray(int[]). Constructor for class COM.objectspace.jgl.adapters.IntArray
Construct myself to refer to a native Java array.
IntArray(IntArray). Constructor for class COM.objectspace.jgl.adapters.IntArray
Construct myself to refer to an existing IntArray.
IntArray(IntBuffer). Constructor for class COM.objectspace.jgl.adapters.IntArray
Construct myself to be a copy of an existing IntBuffer.
intAt(int). Method in class COM.objectspace.jgl.adapters.IntArray
Return the integer at the specified index as a Int object.
intAt(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the int at the specified index.
IntBuffer(). Constructor for class COM.objectspace.jgl.adapters.IntBuffer
Construct myself to be an empty IntBuffer.
IntBuffer(int). Constructor for class COM.objectspace.jgl.adapters.IntBuffer
Construct myself to contain a specified number of null elements.
IntBuffer(int, int). Constructor for class COM.objectspace.jgl.adapters.IntBuffer
Construct myself to contain a specified number of elements set to a particular object.
IntBuffer(int[]). Constructor for class COM.objectspace.jgl.adapters.IntBuffer
Construct myself to use a specified array as my initial storage.
IntBuffer(IntBuffer). Constructor for class COM.objectspace.jgl.adapters.IntBuffer
Construct myself to be a copy of an existing IntBuffer.
intersection(HashSet). Method in class COM.objectspace.jgl.HashSet
Return a new HashSet that contains the elements that are both in me and in a specified set.
intersection(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
intersection(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
intersection(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return a new OrderedSet that contains the elements that are both in me and in a specified set.
intersection(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
intersection(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
IntIterator(). Constructor for class COM.objectspace.jgl.adapters.IntIterator
Construct myself to be an iterator with no associated data structure or position.
IntIterator(int[], int). Constructor for class COM.objectspace.jgl.adapters.IntIterator
Construct myself to be positioned at a particular index of a specific array of ints.
IntIterator(IntArray, int). Constructor for class COM.objectspace.jgl.adapters.IntIterator
Construct myself to be positioned at a particular index of a specific IntArray.
IntIterator(IntBuffer, int). Constructor for class COM.objectspace.jgl.adapters.IntIterator
Construct myself to be positioned at a particular index of a specific IntBuffer.
IntIterator(IntIterator). Constructor for class COM.objectspace.jgl.adapters.IntIterator
Construct myself to be a copy of an existing iterator.
InvalidOperationException(). Constructor for class COM.objectspace.jgl.InvalidOperationException
Constructs a InvalidOperationException with no detail message.
InvalidOperationException(String). Constructor for class COM.objectspace.jgl.InvalidOperationException
Constructs a InvalidOperationException with the specified detail message.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.ArrayIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.CharIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.DequeIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.DListIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.HashMapIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.HashSetIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in interface COM.objectspace.jgl.InputIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.IntIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.LongIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.OrderedMapIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.OrderedSetIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.util.ReverseIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.SListIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VArrayIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VDequeIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VDListIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VForwardIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VInputIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
isCompatibleWith(InputIterator). Method in class COM.objectspace.jgl.voyager.VSListIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
isCompatibleWith(InputIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
isEmpty(). Method in class COM.objectspace.jgl.Array
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return true if I contain no objects.
isEmpty(). Method in interface COM.objectspace.jgl.Container
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.Deque
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.DList
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.HashMap
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.HashSet
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.Map
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.OrderedMap
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.OrderedSet
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.PriorityQueue
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.Queue
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.SList
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.Stack
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.voyager.VArray
isEmpty(). Method in class COM.objectspace.jgl.voyager.VContainer
isEmpty(). Method in class COM.objectspace.jgl.voyager.VDeque
isEmpty(). Method in class COM.objectspace.jgl.voyager.VDictionary
isEmpty(). Method in class COM.objectspace.jgl.voyager.VDList
isEmpty(). Method in class COM.objectspace.jgl.voyager.VHashMap
isEmpty(). Method in class COM.objectspace.jgl.voyager.VHashSet
isEmpty(). Method in class COM.objectspace.jgl.voyager.VMap
isEmpty(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
isEmpty(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
isEmpty(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
isEmpty(). Method in class COM.objectspace.jgl.voyager.VQueue
isEmpty(). Method in class COM.objectspace.jgl.voyager.VSequence
isEmpty(). Method in class COM.objectspace.jgl.voyager.VSet
isEmpty(). Method in class COM.objectspace.jgl.voyager.VSList
isEmpty(). Method in class COM.objectspace.jgl.voyager.VStack
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VDictionary
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
isEmpty(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
iterSort(Container). Static method in class COM.objectspace.jgl.algorithms.Sorting
Sort the iterators in a container according to their hash code.
iterSort(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Sorting
Sort the iterators in a container using a comparator.
iterSort(Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.algorithms.Sorting
Sort the iterators according to their hash code.
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Sorting
Sort the iterators using a comparator.
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(ForwardIterator, ForwardIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(ForwardIterator, ForwardIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(ForwardIterator, ForwardIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSort(ForwardIterator, ForwardIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
iterSwap(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.algorithms.Swapping
Swap the objects referenced by two iterators.
iterSwap(ForwardIterator, ForwardIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
iterSwap(ForwardIterator, ForwardIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
iterSwap(ForwardIterator, ForwardIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
iterSwap(ForwardIterator, ForwardIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping

K

KEY. Static variable in class COM.objectspace.jgl.HashMapIterator
KEY. Static variable in class COM.objectspace.jgl.OrderedMapIterator
key(). Method in class COM.objectspace.jgl.HashMapIterator
Return the key of my current key/value pair.
key(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return the key of my current key/value pair.
key(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
key(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
key(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
key(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
keys(). Method in class COM.objectspace.jgl.HashMap
Return an Enumeration of all my keys.
keys(). Method in class COM.objectspace.jgl.OrderedMap
Return an Enumeration of all my keys.
keys(). Method in class COM.objectspace.jgl.voyager.VDictionary
keys(). Method in class COM.objectspace.jgl.voyager.VHashMap
keys(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
keys(Messenger). Method in class COM.objectspace.jgl.voyager.VDictionary
keys(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
keys(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
keys(Object). Method in class COM.objectspace.jgl.HashMap
Return an Enumeration of all my keys that are associated with a particular value.
keys(Object). Method in class COM.objectspace.jgl.Map
Return an Enumeration of all my keys that are associated with a particular value.
keys(Object). Method in class COM.objectspace.jgl.OrderedMap
Return an Enumeration of all my keys that are associated with a particular value.
keys(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
keys(Object). Method in class COM.objectspace.jgl.voyager.VMap
keys(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
keys(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
keys(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VMap
keys(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap

L

LengthString(). Constructor for class COM.objectspace.jgl.functions.LengthString
less(RandomAccessIterator). Method in class COM.objectspace.jgl.ArrayIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.CharIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.DequeIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.IntIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.LongIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in interface COM.objectspace.jgl.RandomAccessIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.voyager.VArrayIterator
less(RandomAccessIterator). Method in class COM.objectspace.jgl.voyager.VDequeIterator
less(RandomAccessIterator). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return true if I'm before a specified iterator.
less(RandomAccessIterator). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
less(RandomAccessIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
less(RandomAccessIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
less(RandomAccessIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
LessCollationKey(). Constructor for class COM.objectspace.jgl.predicates.LessCollationKey
Construct a LessCollationKey function object that uses the collator object for the current default locale to compare objects.
LessCollationKey(Collator). Constructor for class COM.objectspace.jgl.predicates.LessCollationKey
Construct a LessCollationKey function object that uses the given collator object to compare objects.
LessCollator(). Constructor for class COM.objectspace.jgl.predicates.LessCollator
Construct a LessCollator function object that uses the collator object for the current default locale to compare objects.
LessCollator(Collator). Constructor for class COM.objectspace.jgl.predicates.LessCollator
Construct a LessCollator function object that uses the given collator object to compare objects.
LessEqualCollationKey(). Constructor for class COM.objectspace.jgl.predicates.LessEqualCollationKey
Construct a LessEqualCollationKey function object that uses the collator object for the current default locale to compare objects.
LessEqualCollationKey(Collator). Constructor for class COM.objectspace.jgl.predicates.LessEqualCollationKey
Construct a LessEqualCollationKey function object that uses the given collator object to compare objects.
LessEqualCollator(). Constructor for class COM.objectspace.jgl.predicates.LessEqualCollator
Construct a LessEqualCollator function object that uses the collator object for the current default locale to compare objects.
LessEqualCollator(Collator). Constructor for class COM.objectspace.jgl.predicates.LessEqualCollator
Construct a LessEqualCollator function object that uses the given collator object to compare objects.
LessEqualNumber(). Constructor for class COM.objectspace.jgl.predicates.LessEqualNumber
Construct myself to use intValue() for comparisons.
LessEqualNumber(Class). Constructor for class COM.objectspace.jgl.predicates.LessEqualNumber
Construct myself to compare objects of the given class.
LessEqualString(). Constructor for class COM.objectspace.jgl.predicates.LessEqualString
LessNumber(). Constructor for class COM.objectspace.jgl.predicates.LessNumber
Construct myself to use intValue() for comparisons.
LessNumber(Class). Constructor for class COM.objectspace.jgl.predicates.LessNumber
Construct myself to compare objects of the given class.
LessString(). Constructor for class COM.objectspace.jgl.predicates.LessString
lexicographicalCompare(Container, Container). Static method in class COM.objectspace.jgl.algorithms.Comparing
Return true if one container is lexicographically less than another.
lexicographicalCompare(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Comparing
Return true if one container is lexicographically less than another.
lexicographicalCompare(Container, Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(Container, Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(Container, Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(Container, Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(Container, Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(Container, Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(Container, Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(Container, Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.Comparing
Return true if one sequence is lexicographically less than another.
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Comparing
Return true if one sequence is lexicographically less than another.
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
LogicalAnd(). Constructor for class COM.objectspace.jgl.predicates.LogicalAnd
LogicalNot(). Constructor for class COM.objectspace.jgl.predicates.LogicalNot
LogicalOr(). Constructor for class COM.objectspace.jgl.predicates.LogicalOr
LongArray(). Constructor for class COM.objectspace.jgl.adapters.LongArray
Construct myself to refer to an empty array.
LongArray(long[]). Constructor for class COM.objectspace.jgl.adapters.LongArray
Construct myself to refer to a native Java array.
LongArray(LongArray). Constructor for class COM.objectspace.jgl.adapters.LongArray
Construct myself to refer to an existing LongArray.
LongArray(LongBuffer). Constructor for class COM.objectspace.jgl.adapters.LongArray
Construct myself to be a copy of an existing LongBuffer.
longAt(int). Method in class COM.objectspace.jgl.adapters.LongArray
Return the integer at the specified index as a Long object.
longAt(int). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the long at the specified index.
LongBuffer(). Constructor for class COM.objectspace.jgl.adapters.LongBuffer
Construct myself to be an empty LongBuffer.
LongBuffer(int). Constructor for class COM.objectspace.jgl.adapters.LongBuffer
Construct myself to contain a specified number of null elements.
LongBuffer(int, long). Constructor for class COM.objectspace.jgl.adapters.LongBuffer
Construct myself to contain a specified number of elements set to a particular object.
LongBuffer(long[]). Constructor for class COM.objectspace.jgl.adapters.LongBuffer
Construct myself to use a specified array as my initial storage.
LongBuffer(LongBuffer). Constructor for class COM.objectspace.jgl.adapters.LongBuffer
Construct myself to be a copy of an existing LongBuffer.
LongIterator(). Constructor for class COM.objectspace.jgl.adapters.LongIterator
Construct myself to be an iterator with no associated data structure or position.
LongIterator(long[], int). Constructor for class COM.objectspace.jgl.adapters.LongIterator
Construct myself to be positioned at a particular index of a specific array of longs.
LongIterator(LongArray, int). Constructor for class COM.objectspace.jgl.adapters.LongIterator
Construct myself to be positioned at a particular index of a specific LongArray.
LongIterator(LongBuffer, int). Constructor for class COM.objectspace.jgl.adapters.LongIterator
Construct myself to be positioned at a particular index of a specific LongBuffer.
LongIterator(LongIterator). Constructor for class COM.objectspace.jgl.adapters.LongIterator
Construct myself to be a copy of an existing iterator.
lowerBound(Object). Method in class COM.objectspace.jgl.HashMap
Return an iterator positioned at the first location that a pair with a specified key could be inserted without violating the ordering criteria.
lowerBound(Object). Method in class COM.objectspace.jgl.HashSet
Return an iterator positioned at the first location that a particular object could be inserted without violating the ordering criteria.
lowerBound(Object). Method in class COM.objectspace.jgl.OrderedMap
Return an iterator positioned at the first location that a pair with a specified key could be inserted without violating the ordering criteria.
lowerBound(Object). Method in class COM.objectspace.jgl.OrderedSet
Return an iterator positioned at the first location that a particular object could be inserted without violating the ordering criteria.
lowerBound(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
lowerBound(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
lowerBound(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
lowerBound(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
lowerBound(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
lowerBound(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
lowerBound(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
lowerBound(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet

M

makeHeap(BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.algorithms.Heap
Arrange a sequence into a heap that is ordered according to the object's hash codes.
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Heap
Arrange a sequence into a heap that is ordered according to a comparator.
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
makeHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
makeHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
makeHeap(BidirectionalIterator, BidirectionalIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
makeHeap(BidirectionalIterator, BidirectionalIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
Map(). Constructor for class COM.objectspace.jgl.Map
maxElement(Container). Static method in class COM.objectspace.jgl.algorithms.MinMax
Find the maximum element in a container.
maxElement(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.MinMax
Find the maximum element in a container.
maxElement(Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.MinMax
Find the maximum element in a sequence.
maxElement(InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.MinMax
Find the maximum element in a sequence.
maxElement(InputIterator, InputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(InputIterator, InputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(InputIterator, InputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(InputIterator, InputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxElement(InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
maxSize(). Method in class COM.objectspace.jgl.Array
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.CharArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in interface COM.objectspace.jgl.Container
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.Deque
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.DList
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.HashMap
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.HashSet
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.IntArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.LongArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.Map
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.OrderedMap
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.OrderedSet
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.PriorityQueue
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.Queue
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.SList
Return the maximum number of entries that I can contain.
maxSize(). Method in class COM.objectspace.jgl.Stack
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.voyager.VArray
maxSize(). Method in class COM.objectspace.jgl.voyager.VContainer
maxSize(). Method in class COM.objectspace.jgl.voyager.VDeque
maxSize(). Method in class COM.objectspace.jgl.voyager.VDList
maxSize(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return the maximum number of objects that I can contain.
maxSize(). Method in class COM.objectspace.jgl.voyager.VHashMap
maxSize(). Method in class COM.objectspace.jgl.voyager.VHashSet
maxSize(). Method in class COM.objectspace.jgl.voyager.VMap
maxSize(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
maxSize(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
maxSize(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
maxSize(). Method in class COM.objectspace.jgl.voyager.VQueue
maxSize(). Method in class COM.objectspace.jgl.voyager.VSequence
maxSize(). Method in class COM.objectspace.jgl.voyager.VSet
maxSize(). Method in class COM.objectspace.jgl.voyager.VSList
maxSize(). Method in class COM.objectspace.jgl.voyager.VStack
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
maxSize(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
median(Object, Object, Object, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Comparing
Return the median value of three objects, using a comparator to perform the comparisons.
median(Object, Object, Object, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
median(Object, Object, Object, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
median(Object, Object, Object, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
median(Object, Object, Object, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
minElement(Container). Static method in class COM.objectspace.jgl.algorithms.MinMax
Find the minimum element in a container.
minElement(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.MinMax
Find the minimum element in a container.
minElement(Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.MinMax
Find the minimum element in a sequence.
minElement(InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.MinMax
Find the minimum element in a sequence.
minElement(InputIterator, InputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(InputIterator, InputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(InputIterator, InputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(InputIterator, InputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
minElement(InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
MinusNumber(). Constructor for class COM.objectspace.jgl.functions.MinusNumber
Construct myself to use intValue() for operation.
MinusNumber(Class). Constructor for class COM.objectspace.jgl.functions.MinusNumber
Construct myself to operate on objects of the given class.
mismatch(Container, Container). Static method in class COM.objectspace.jgl.algorithms.Comparing
Scan two containers and return a pair of iterators that are positioned at the first mismatched elements.
mismatch(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Comparing
Scan two containers and return a pair of iterators that are positioned at the first mismatched elements.
mismatch(Container, Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(Container, Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(Container, Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(Container, Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(Container, Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(Container, Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(Container, Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(Container, Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(InputIterator, InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.Comparing
Scan two sequences and return a pair of iterators that are positioned at the first mismatched elements.
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Comparing
Scan two sequences and return a pair of iterators that are positioned at the first mismatched elements.
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(InputIterator, InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(InputIterator, InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(InputIterator, InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
mismatch(InputIterator, InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VComparing
ModulusNumber(). Constructor for class COM.objectspace.jgl.functions.ModulusNumber
Construct myself to use intValue() for operation.
ModulusNumber(Class). Constructor for class COM.objectspace.jgl.functions.ModulusNumber
Construct myself to operate on objects of the given class.
ModulusNumber(Class, int). Constructor for class COM.objectspace.jgl.functions.ModulusNumber
Construct myself to operate on objects of the given class.

N

NegateNumber(). Constructor for class COM.objectspace.jgl.functions.NegateNumber
Construct myself to use intValue() for operation.
NegateNumber(Class). Constructor for class COM.objectspace.jgl.functions.NegateNumber
Construct myself to operate on objects of the given class.
NegativeNumber(). Constructor for class COM.objectspace.jgl.predicates.NegativeNumber
Construct myself to use intValue() for comparisons.
NegativeNumber(Class). Constructor for class COM.objectspace.jgl.predicates.NegativeNumber
Construct myself to compare objects of the given class.
nextDouble(double). Method in class COM.objectspace.jgl.util.Randomizer
Generates a double value between 1.0 and the given limit.
nextDouble(double, double). Method in class COM.objectspace.jgl.util.Randomizer
Generates a double value between the given limits.
nextElement(). Method in class COM.objectspace.jgl.ArrayIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.ByteIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.CharIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.util.ConditionalEnumeration
Return the next element in my input stream that meets my condition.
nextElement(). Method in class COM.objectspace.jgl.DequeIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.DListIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.FloatIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.HashMapIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.HashSetIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.IntIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.LongIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.OrderedSetIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.util.ReverseIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.adapters.ShortIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.SListIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VDListIterator
nextElement(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Return the next element in my input stream.
nextElement(). Method in class COM.objectspace.jgl.voyager.VEnumeration
nextElement(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VInputIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
nextElement(). Method in class COM.objectspace.jgl.voyager.VSListIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VEnumeration
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VInputIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
nextElement(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
nextFloat(float). Method in class COM.objectspace.jgl.util.Randomizer
Generates a float value between 1.0 and the given limit.
nextFloat(float, float). Method in class COM.objectspace.jgl.util.Randomizer
Generates a float value between the given limits.
nextInt(int). Method in class COM.objectspace.jgl.util.Randomizer
Generates an int value between 1 and the given limit.
nextInt(int, int). Method in class COM.objectspace.jgl.util.Randomizer
Generates an int value between the given limits.
nextLong(long). Method in class COM.objectspace.jgl.util.Randomizer
Generates a long value between 1 and the given limit.
nextLong(long, long). Method in class COM.objectspace.jgl.util.Randomizer
Generates a long value between the given limits.
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Permuting
Arrange a sequence to become its next permutation.
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
nextPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
nextPermutation(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Permuting
Arrange a container to become its next permutation.
nextPermutation(Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
nextPermutation(Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
nextPermutation(Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
nextPermutation(Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
NotEqualCollationKey(). Constructor for class COM.objectspace.jgl.predicates.NotEqualCollationKey
Construct a NotEqualCollationKey function object that uses the collator object for the current default locale to compare operands that are not instances of CollationKey.
NotEqualCollationKey(Collator). Constructor for class COM.objectspace.jgl.predicates.NotEqualCollationKey
Construct a NotEqualCollationKey function object that uses the given collator object to compare operands that are not instances of CollationKey.
NotEqualCollator(). Constructor for class COM.objectspace.jgl.predicates.NotEqualCollator
Construct a NotEqualCollator function object that uses the collator object for the current default locale to compare objects.
NotEqualCollator(Collator). Constructor for class COM.objectspace.jgl.predicates.NotEqualCollator
Construct a NotEqualCollator function object that uses the given collator object to compare objects.
NotEqualNumber(). Constructor for class COM.objectspace.jgl.predicates.NotEqualNumber
Construct myself to use intValue() for comparisons.
NotEqualNumber(Class). Constructor for class COM.objectspace.jgl.predicates.NotEqualNumber
Construct myself to compare objects of the given class.
NotEqualString(). Constructor for class COM.objectspace.jgl.predicates.NotEqualString
NotEqualTo(). Constructor for class COM.objectspace.jgl.predicates.NotEqualTo
NotIdenticalTo(). Constructor for class COM.objectspace.jgl.predicates.NotIdenticalTo

O

ObjectArray(). Constructor for class COM.objectspace.jgl.adapters.ObjectArray
Construct myself to refer to an empty array.
ObjectArray(Array). Constructor for class COM.objectspace.jgl.adapters.ObjectArray
Construct myself to be a copy of an existing Array.
ObjectArray(Object[]). Constructor for class COM.objectspace.jgl.adapters.ObjectArray
Construct myself to refer to a native Java array.
ObjectArray(ObjectArray). Constructor for class COM.objectspace.jgl.adapters.ObjectArray
Construct myself to refer to an existing ObjectArray.
ObjectIterator(). Constructor for class COM.objectspace.jgl.adapters.ObjectIterator
Construct myself to be an iterator with no associated data structure or position.
ObjectIterator(Object[], int). Constructor for class COM.objectspace.jgl.adapters.ObjectIterator
Construct myself to be positioned at a particular index of a specific array.
ObjectIterator(ObjectArray, int). Constructor for class COM.objectspace.jgl.adapters.ObjectIterator
Construct myself to be positioned at a particular index of a specific array.
ObjectIterator(ObjectIterator). Constructor for class COM.objectspace.jgl.adapters.ObjectIterator
Construct myself to be a copy of an existing iterator.
ObjectOutputStreamIterator(ObjectOutputStream). Constructor for class COM.objectspace.jgl.util.ObjectOutputStreamIterator
Construct myself to print all objects to the specified stream.
ObjectOutputStreamIterator(ObjectOutputStreamIterator). Constructor for class COM.objectspace.jgl.util.ObjectOutputStreamIterator
Construct myself to be associated with the same stream as the specified iterator.
opaqueData(). Method in class COM.objectspace.jgl.ArrayIterator
Should not be used directly.
opaqueData(). Method in class COM.objectspace.jgl.DequeIterator
Should not be used directly.
opaqueData(). Method in class COM.objectspace.jgl.DListIterator
Should not be used directly.
opaqueData(). Method in class COM.objectspace.jgl.HashMapIterator
Should not be used directly.
opaqueData(). Method in class COM.objectspace.jgl.HashSetIterator
Should not be used directly.
opaqueData(). Method in interface COM.objectspace.jgl.Opaque
Should not be used directly.
opaqueData(). Method in class COM.objectspace.jgl.OrderedMapIterator
Should not be used directly.
opaqueData(). Method in class COM.objectspace.jgl.OrderedSetIterator
Should not be used directly.
opaqueData(). Method in class COM.objectspace.jgl.SListIterator
Should not be used directly.
opaqueData(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
opaqueData(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
opaqueData(). Method in class COM.objectspace.jgl.voyager.VDListIterator
opaqueData(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
opaqueData(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
opaqueData(). Method in class COM.objectspace.jgl.voyager.VOpaque
opaqueData(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
opaqueData(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
opaqueData(). Method in class COM.objectspace.jgl.voyager.VSListIterator
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VOpaque
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
opaqueData(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
opaqueId(). Method in class COM.objectspace.jgl.ArrayIterator
Should not be used directly.
opaqueId(). Method in class COM.objectspace.jgl.DequeIterator
Should not be used directly.
opaqueId(). Method in class COM.objectspace.jgl.DListIterator
Should not be used directly.
opaqueId(). Method in class COM.objectspace.jgl.HashMapIterator
Should not be used directly.
opaqueId(). Method in class COM.objectspace.jgl.HashSetIterator
Should not be used directly.
opaqueId(). Method in interface COM.objectspace.jgl.Opaque
Should not be used directly.
opaqueId(). Method in class COM.objectspace.jgl.OrderedMapIterator
Should not be used directly.
opaqueId(). Method in class COM.objectspace.jgl.OrderedSetIterator
Should not be used directly.
opaqueId(). Method in class COM.objectspace.jgl.SListIterator
Should not be used directly.
opaqueId(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
opaqueId(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
opaqueId(). Method in class COM.objectspace.jgl.voyager.VDListIterator
opaqueId(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
opaqueId(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
opaqueId(). Method in class COM.objectspace.jgl.voyager.VOpaque
opaqueId(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
opaqueId(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
opaqueId(). Method in class COM.objectspace.jgl.voyager.VSListIterator
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VOpaque
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
opaqueId(Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
orderedHash(Container). Static method in class COM.objectspace.jgl.algorithms.Hashing
Compute an hash value for an ordered container.
orderedHash(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
orderedHash(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
orderedHash(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
orderedHash(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
orderedHash(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.algorithms.Hashing
Compute a hash value for a range of elements in an ordered container Hashing on an ordered container requires that all elements in the container that are used in the hash have the position taken into account.
orderedHash(ForwardIterator, ForwardIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
orderedHash(ForwardIterator, ForwardIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
orderedHash(ForwardIterator, ForwardIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
orderedHash(ForwardIterator, ForwardIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
OrderedMap(). Constructor for class COM.objectspace.jgl.OrderedMap
Construct myself to be an empty OrderedMap that orders its keys based on their hash value and does not allow duplicates.
OrderedMap(BinaryPredicate). Constructor for class COM.objectspace.jgl.OrderedMap
Construct myself to be an empty OrderedMap that orders its keys using a specified binary predicate and does not allow duplicates.
OrderedMap(BinaryPredicate, boolean). Constructor for class COM.objectspace.jgl.OrderedMap
Construct myself to be an empty OrderedMap that orders its keys using a specified binary predicate and conditionally allows duplicates.
OrderedMap(boolean). Constructor for class COM.objectspace.jgl.OrderedMap
Construct myself to be an empty OrderedMap that orders its keys based on their hash value and conditionally allows duplicates.
OrderedMap(OrderedMap). Constructor for class COM.objectspace.jgl.OrderedMap
Construct myself to be a shallow copy of an existing OrderedMap.
OrderedMapIterator(). Constructor for class COM.objectspace.jgl.OrderedMapIterator
Construct myself to be an iterator with no associated data structure or position.
OrderedMapIterator(OrderedMapIterator). Constructor for class COM.objectspace.jgl.OrderedMapIterator
Construct myself to be a copy of an existing iterator.
OrderedSet(). Constructor for class COM.objectspace.jgl.OrderedSet
Construct myself to be an empty OrderedSet that orders elements based on their hash value and does not allow duplicates.
OrderedSet(BinaryPredicate). Constructor for class COM.objectspace.jgl.OrderedSet
Construct myself to be an empty OrderedSet that orders elements using a specified binary predicate and does not allow duplicates.
OrderedSet(BinaryPredicate, boolean). Constructor for class COM.objectspace.jgl.OrderedSet
Construct myself to be an empty OrderedSet that orders elements using a specified binary predicate and conditionally allows duplicates.
OrderedSet(boolean). Constructor for class COM.objectspace.jgl.OrderedSet
Construct myself to be an empty OrderedSet that orders elements based on their hash value and conditionally allows duplicates.
OrderedSet(OrderedSet). Constructor for class COM.objectspace.jgl.OrderedSet
Construct myself to be a shallow copy of an existing OrderedSet.
OrderedSetIterator(). Constructor for class COM.objectspace.jgl.OrderedSetIterator
Construct myself to be an iterator with no associated data structure or position.
OrderedSetIterator(OrderedSetIterator). Constructor for class COM.objectspace.jgl.OrderedSetIterator
Construct myself to be a copy of an existing iterator.
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VApplying
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VArray
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VArrayIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VBinaryFunction
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VBinaryPredicate
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VComparing
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VContainer
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VCopying
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VCounting
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VDeque
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VDictionary
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VDList
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VDListIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VEnumeration
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VFilling
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VFinding
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VForwardIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VHashing
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VHashMap
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VHashSet
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VHeap
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VInputIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VMap
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VMinMax
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VOpaque
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VOutputIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VPair
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VQueue
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VRange
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VReversing
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VRotating
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VSequence
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VSet
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VSList
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VSListIterator
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VSorting
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VStack
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VUnaryFunction
originalIsInterface(). Method in class COM.objectspace.jgl.voyager.VUnaryPredicate
OutputStreamIterator(). Constructor for class COM.objectspace.jgl.util.OutputStreamIterator
Construct myself to print all objects to the standard output stream, System.out.
OutputStreamIterator(OutputStream). Constructor for class COM.objectspace.jgl.util.OutputStreamIterator
Construct myself to print all objects to the specified PrintStream.
OutputStreamIterator(OutputStream, String). Constructor for class COM.objectspace.jgl.util.OutputStreamIterator
Construct myself to print all objects to the specified PrintStream.
OutputStreamIterator(OutputStreamIterator). Constructor for class COM.objectspace.jgl.util.OutputStreamIterator
Construct myself to be associated with the same PrintStream as the specified iterator.
OutputStreamIterator(String). Constructor for class COM.objectspace.jgl.util.OutputStreamIterator
Construct myself to print all objects to the standard output stream, System.out.

P

PAIR. Static variable in class COM.objectspace.jgl.HashMapIterator
PAIR. Static variable in class COM.objectspace.jgl.OrderedMapIterator
Pair(). Constructor for class COM.objectspace.jgl.Pair
Construct myself to hold a pair of objects initially null.
Pair(Object, Object). Constructor for class COM.objectspace.jgl.Pair
Construct myself to hold a pair of objects.
Pair(Pair). Constructor for class COM.objectspace.jgl.Pair
Construct myself to be a copy of an existing Pair.
PlusNumber(). Constructor for class COM.objectspace.jgl.functions.PlusNumber
Construct myself to use intValue() for operation.
PlusNumber(Class). Constructor for class COM.objectspace.jgl.functions.PlusNumber
Construct myself to operate on objects of the given class.
PlusString(). Constructor for class COM.objectspace.jgl.functions.PlusString
pop(). Method in class COM.objectspace.jgl.PriorityQueue
Pop the last object that was pushed onto me.
pop(). Method in class COM.objectspace.jgl.Queue
Remove an object from my front and return it.
pop(). Method in class COM.objectspace.jgl.Stack
Pop the last object that was pushed onto me.
pop(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
pop(). Method in class COM.objectspace.jgl.voyager.VQueue
pop(). Method in class COM.objectspace.jgl.voyager.VStack
pop(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
pop(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
pop(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
popBack(). Method in class COM.objectspace.jgl.Array
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.Deque
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.DList
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Remove and return my last element.
popBack(). Method in interface COM.objectspace.jgl.Sequence
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.SList
Remove my last element.
popBack(). Method in class COM.objectspace.jgl.voyager.VArray
popBack(). Method in class COM.objectspace.jgl.voyager.VDeque
popBack(). Method in class COM.objectspace.jgl.voyager.VDList
popBack(). Method in class COM.objectspace.jgl.adapters.VectorArray
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.voyager.VSequence
popBack(). Method in class COM.objectspace.jgl.voyager.VSList
popBack(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
popBack(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
popBack(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
popBack(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
popBack(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
popFront(). Method in class COM.objectspace.jgl.Array
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.Deque
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.DList
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Remove and return my first element.
popFront(). Method in interface COM.objectspace.jgl.Sequence
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.SList
Remove my first element.
popFront(). Method in class COM.objectspace.jgl.voyager.VArray
popFront(). Method in class COM.objectspace.jgl.voyager.VDeque
popFront(). Method in class COM.objectspace.jgl.voyager.VDList
popFront(). Method in class COM.objectspace.jgl.adapters.VectorArray
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.voyager.VSequence
popFront(). Method in class COM.objectspace.jgl.voyager.VSList
popFront(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
popFront(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
popFront(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
popFront(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
popFront(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
popHeap(BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.algorithms.Heap
Assuming that a sequence is organized as a heap, swap its first and last elements and then reorganize every element except for the last element to be a heap.
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Heap
Assuming that a sequence is organized as a heap, swap its first and last elements and then reorganize every element except for the last element to be a heap.
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
popHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
popHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
popHeap(BidirectionalIterator, BidirectionalIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
popHeap(BidirectionalIterator, BidirectionalIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
PositiveNumber(). Constructor for class COM.objectspace.jgl.predicates.PositiveNumber
Construct myself to use intValue() for comparisons.
PositiveNumber(Class). Constructor for class COM.objectspace.jgl.predicates.PositiveNumber
Construct myself to compare objects of the given class.
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Permuting
Arrange a sequence to become its previous permutation.
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
prevPermutation(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Permuting
Arrange a container to become its previous permutation.
prevPermutation(Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
prevPermutation(Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
prevPermutation(Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
prevPermutation(Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPermuting
Print(). Constructor for class COM.objectspace.jgl.functions.Print
Construct myself to print all objects to the standard output stream, System.out.
print(Container). Static method in class COM.objectspace.jgl.algorithms.Printing
Print the contents of the container to the standard output stream, System.out.
print(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
print(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
print(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
print(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
print(InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.Printing
Print the contents of the data structure associated with a particular iterator to the standard output stream, System.out.
print(InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
print(InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
print(InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
print(InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
Print(PrintStream). Constructor for class COM.objectspace.jgl.functions.Print
Construct myself to print all objects to the specified PrintStream.
println(Container). Static method in class COM.objectspace.jgl.algorithms.Printing
Print the contents of the container to the standard output stream, System.out, followed by a newline.
println(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
println(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
println(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
println(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
println(InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.Printing
Print the contents of the data structure associated with a particular iterator to the standard output stream, System.out, followed by a newline.
println(InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
println(InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
println(InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
println(InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
PriorityQueue(). Constructor for class COM.objectspace.jgl.PriorityQueue
Construct myself to be an empty PriorityQueue.
PriorityQueue(BinaryPredicate). Constructor for class COM.objectspace.jgl.PriorityQueue
Construct myself to be an empty PriorityQueue.
PriorityQueue(PriorityQueue). Constructor for class COM.objectspace.jgl.PriorityQueue
Construct myself to be a shallow copy of a specified PriorityQueue.
properSubsetOf(HashSet). Method in class COM.objectspace.jgl.HashSet
Return true if every element in me is also in a specified HashSet and I'm smaller than the specified HashSet.
properSubsetOf(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
properSubsetOf(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
properSubsetOf(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return true if every element in me is also in a specified OrderedSet and I'm smaller than the specified OrderedSet.
properSubsetOf(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
properSubsetOf(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
push(Object). Method in class COM.objectspace.jgl.PriorityQueue
Push an object.
push(Object). Method in class COM.objectspace.jgl.Queue
Add an object to my back.
push(Object). Method in class COM.objectspace.jgl.Stack
Push an object.
push(Object). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
push(Object). Method in class COM.objectspace.jgl.voyager.VQueue
push(Object). Method in class COM.objectspace.jgl.voyager.VStack
push(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
push(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
push(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VStack
pushBack(boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Add a boolean after my last element.
pushBack(byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Add a byte after my last element.
pushBack(char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Add a char after my last element.
pushBack(double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Add a double after my last element.
pushBack(float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Add a float after my last element.
pushBack(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Add a int after my last element.
pushBack(long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Add a long after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.Array
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Add an object at my end.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.Deque
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.DList
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Add an object after my last element.
pushBack(Object). Method in interface COM.objectspace.jgl.Sequence
Add an object at my end.
pushBack(Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.SList
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.voyager.VArray
pushBack(Object). Method in class COM.objectspace.jgl.voyager.VDeque
pushBack(Object). Method in class COM.objectspace.jgl.voyager.VDList
pushBack(Object). Method in class COM.objectspace.jgl.adapters.VectorArray
Add an object at my end.
pushBack(Object). Method in class COM.objectspace.jgl.voyager.VSequence
pushBack(Object). Method in class COM.objectspace.jgl.voyager.VSList
pushBack(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
pushBack(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
pushBack(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
pushBack(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
pushBack(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
pushBack(short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Add a short after my last element.
pushFront(boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert a value in front of my first element.
pushFront(byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert a value in front of my first element.
pushFront(char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert a value in front of my first element.
pushFront(double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert a value in front of my first element.
pushFront(float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert a value in front of my first element.
pushFront(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert a value in front of my first element.
pushFront(long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert a value in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.Array
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.ArrayAdapter
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.Deque
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.DList
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Insert an object in front of my first element.
pushFront(Object). Method in interface COM.objectspace.jgl.Sequence
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.SList
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.voyager.VArray
pushFront(Object). Method in class COM.objectspace.jgl.voyager.VDeque
pushFront(Object). Method in class COM.objectspace.jgl.voyager.VDList
pushFront(Object). Method in class COM.objectspace.jgl.adapters.VectorArray
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.voyager.VSequence
pushFront(Object). Method in class COM.objectspace.jgl.voyager.VSList
pushFront(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
pushFront(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
pushFront(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
pushFront(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
pushFront(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
pushFront(short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Insert a value in front of my first element.
pushHeap(BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.algorithms.Heap
Assuming that a sequence is already organized as a heap, insert the element that is immediately after the sequence into the heap.
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Heap
Assuming that a sequence is already organized as a heap, insert the element that is immediately after the sequence into the heap.
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
pushHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
pushHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
pushHeap(BidirectionalIterator, BidirectionalIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
pushHeap(BidirectionalIterator, BidirectionalIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
put(boolean). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Set the boolean at my current position to a specified value.
put(byte). Method in class COM.objectspace.jgl.adapters.ByteIterator
put(char). Method in class COM.objectspace.jgl.adapters.CharIterator
put(double). Method in class COM.objectspace.jgl.adapters.DoubleIterator
put(float). Method in class COM.objectspace.jgl.adapters.FloatIterator
put(int). Method in class COM.objectspace.jgl.adapters.IntIterator
put(int, boolean). Method in class COM.objectspace.jgl.adapters.BooleanArray
Set the value of a specified index.
put(int, boolean). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Set the boolean at the specified index to a particular value.
put(int, boolean). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Write a value at a specified distance from my current position.
put(int, byte). Method in class COM.objectspace.jgl.adapters.ByteArray
Set the value of a specified index.
put(int, byte). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Set the byte at the specified index to a particular value.
put(int, byte). Method in class COM.objectspace.jgl.adapters.ByteIterator
put(int, char). Method in class COM.objectspace.jgl.adapters.CharArray
Set the value of a specified index.
put(int, char). Method in class COM.objectspace.jgl.adapters.CharBuffer
Set the char at the specified index to a particular value.
put(int, char). Method in class COM.objectspace.jgl.adapters.CharIterator
put(int, double). Method in class COM.objectspace.jgl.adapters.DoubleArray
Set the value of a specified index.
put(int, double). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Set the double at the specified index to a particular value.
put(int, double). Method in class COM.objectspace.jgl.adapters.DoubleIterator
put(int, float). Method in class COM.objectspace.jgl.adapters.FloatArray
Set the value of a specified index.
put(int, float). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Set the float at the specified index to a particular value.
put(int, float). Method in class COM.objectspace.jgl.adapters.FloatIterator
put(int, int). Method in class COM.objectspace.jgl.adapters.IntArray
Set the value of a specified index.
put(int, int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Set the int at the specified index to a particular value.
put(int, int). Method in class COM.objectspace.jgl.adapters.IntIterator
put(int, long). Method in class COM.objectspace.jgl.adapters.LongArray
Set the value of a specified index.
put(int, long). Method in class COM.objectspace.jgl.adapters.LongBuffer
Set the long at the specified index to a particular value.
put(int, long). Method in class COM.objectspace.jgl.adapters.LongIterator
put(int, Object). Method in class COM.objectspace.jgl.Array
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.ArrayIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.adapters.BooleanArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.adapters.ByteArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.adapters.ByteIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.adapters.CharArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.CharBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.adapters.CharIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.Deque
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.DequeIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.DList
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.DListIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.adapters.DoubleArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.adapters.FloatArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.adapters.FloatIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in interface COM.objectspace.jgl.ForwardIterator
Replace the object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.HashMapIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.HashSetIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.adapters.IntArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.IntBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.adapters.IntIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.adapters.LongArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.LongBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.adapters.LongIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.adapters.ObjectArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.OrderedMapIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.OrderedSetIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.util.ReverseIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in interface COM.objectspace.jgl.Sequence
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.ShortArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.adapters.ShortIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.SList
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.SListIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.voyager.VArray
put(int, Object). Method in class COM.objectspace.jgl.voyager.VArrayIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VDeque
put(int, Object). Method in class COM.objectspace.jgl.voyager.VDequeIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VDList
put(int, Object). Method in class COM.objectspace.jgl.voyager.VDListIterator
put(int, Object). Method in class COM.objectspace.jgl.adapters.VectorArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.adapters.VectorIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.voyager.VForwardIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
put(int, Object). Method in class COM.objectspace.jgl.voyager.VSequence
put(int, Object). Method in class COM.objectspace.jgl.voyager.VSList
put(int, Object). Method in class COM.objectspace.jgl.voyager.VSListIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
put(int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
put(int, short). Method in class COM.objectspace.jgl.adapters.ShortArray
Set the value of a specified index.
put(int, short). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Set the short at the specified index to a particular value.
put(int, short). Method in class COM.objectspace.jgl.adapters.ShortIterator
put(long). Method in class COM.objectspace.jgl.adapters.LongIterator
put(Object). Method in class COM.objectspace.jgl.ArrayIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.adapters.BooleanIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.adapters.ByteIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.adapters.CharIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.DequeIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.DListIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.adapters.DoubleIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.adapters.FloatIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.HashMapIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.HashSet
If the object doesn't exist, add the object and return null, otherwise replace the first object that matches and return the old object.
put(Object). Method in class COM.objectspace.jgl.HashSetIterator
HashSet the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.util.InsertIterator
Insert the object to my associated container using add().
put(Object). Method in class COM.objectspace.jgl.adapters.IntIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.adapters.LongIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.adapters.ObjectIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.util.ObjectOutputStreamIterator
Print the object to my ObjectOutputStream.
put(Object). Method in class COM.objectspace.jgl.OrderedMapIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.OrderedSet
If the object doesn't exist, add the object and return null, otherwise replace the first object that matches and return the old object.
put(Object). Method in class COM.objectspace.jgl.OrderedSetIterator
OrderedSet the object at my current position to a specified value.
put(Object). Method in interface COM.objectspace.jgl.OutputIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.util.OutputStreamIterator
Print the object to my OutputStream.
put(Object). Method in class COM.objectspace.jgl.util.ReverseIterator
Set the object at my current position to a specified value.
put(Object). Method in interface COM.objectspace.jgl.Set
If the object doesn't exist, add the object and return null, otherwise replace the first object that matches and return the old object.
put(Object). Method in class COM.objectspace.jgl.adapters.ShortIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.SListIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.voyager.VArrayIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VDequeIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VDListIterator
put(Object). Method in class COM.objectspace.jgl.adapters.VectorIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.voyager.VForwardIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
put(Object). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
put(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VOutputIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
put(Object). Method in class COM.objectspace.jgl.voyager.VSet
put(Object). Method in class COM.objectspace.jgl.voyager.VSListIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VForwardIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSetIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOutputIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSet
put(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSListIterator
put(Object, Object). Method in class COM.objectspace.jgl.HashMap
If the key doesn't exist, associate the value with the key and return null, otherwise replace the first value associated with the key and return the old value.
put(Object, Object). Method in class COM.objectspace.jgl.OrderedMap
If the key doesn't exist, associate the value with the key and return null, otherwise replace the first value associated with the key and return the old value.
put(Object, Object). Method in class COM.objectspace.jgl.voyager.VDictionary
put(Object, Object). Method in class COM.objectspace.jgl.voyager.VHashMap
put(Object, Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
put(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDictionary
put(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
put(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
put(short). Method in class COM.objectspace.jgl.adapters.ShortIterator

Q

Queue(). Constructor for class COM.objectspace.jgl.Queue
Construct myself to be an empty Queue.
Queue(Queue). Constructor for class COM.objectspace.jgl.Queue
Construct myself to be a shallow copy of a specified Queue.
Queue(Sequence). Constructor for class COM.objectspace.jgl.Queue
Construct myself with a specified Sequence as my underlying implementation.

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, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(BidirectionalIterator, BidirectionalIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
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(BidirectionalIterator, BidirectionalIterator, Random, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(BidirectionalIterator, BidirectionalIterator, Random, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(BidirectionalIterator, BidirectionalIterator, Random, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(BidirectionalIterator, BidirectionalIterator, Random, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(BidirectionalIterator, BidirectionalIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(BidirectionalIterator, BidirectionalIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
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, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
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.
randomShuffle(Container, Random, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(Container, Random, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(Container, Random, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(Container, Random, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
randomShuffle(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VShuffling
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(Container, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
reject(Container, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
reject(Container, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
reject(Container, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
reject(InputIterator, InputIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Filtering
Reject elements in a range.
reject(InputIterator, InputIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
reject(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
reject(InputIterator, InputIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
reject(InputIterator, InputIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
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). Method in class COM.objectspace.jgl.voyager.VArray
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VContainer
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VDeque
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VDList
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VHashMap
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VHashSet
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VMap
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VOrderedMap
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VOrderedSet
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VQueue
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VSequence
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VSet
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VSList
remove(Enumeration). Method in class COM.objectspace.jgl.voyager.VStack
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). Method in class COM.objectspace.jgl.voyager.VArray
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VContainer
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VDeque
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VDList
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VHashMap
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VHashSet
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VMap
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VOrderedMap
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VOrderedSet
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VQueue
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VSequence
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VSet
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VSList
remove(Enumeration, Enumeration). Method in class COM.objectspace.jgl.voyager.VStack
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VMap
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VSet
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
remove(Enumeration, Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VStack
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(Enumeration, Enumeration, Object). Method in class COM.objectspace.jgl.voyager.VDList
remove(Enumeration, Enumeration, Object). Method in class COM.objectspace.jgl.voyager.VSList
remove(Enumeration, Enumeration, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
remove(Enumeration, Enumeration, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VMap
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VSet
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
remove(Enumeration, Messenger). Method in class COM.objectspace.jgl.voyager.VStack
remove(ForwardIterator, ForwardIterator, Object). Static method in class COM.objectspace.jgl.algorithms.Removing
Remove all occurrences of an object from a sequence.
remove(ForwardIterator, ForwardIterator, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
remove(ForwardIterator, ForwardIterator, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
remove(ForwardIterator, ForwardIterator, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
remove(ForwardIterator, ForwardIterator, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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). Method in class COM.objectspace.jgl.voyager.VArray
remove(int). Method in class COM.objectspace.jgl.voyager.VDeque
remove(int). Method in class COM.objectspace.jgl.voyager.VDList
remove(int). Method in class COM.objectspace.jgl.voyager.VSList
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). Method in class COM.objectspace.jgl.voyager.VArray
remove(int, int). Method in class COM.objectspace.jgl.voyager.VDeque
remove(int, int). Method in class COM.objectspace.jgl.voyager.VDList
remove(int, int). Method in class COM.objectspace.jgl.voyager.VSList
remove(int, int, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
remove(int, int, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
remove(int, int, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
remove(int, int, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
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.voyager.VArray
remove(int, int, Object). Method in class COM.objectspace.jgl.voyager.VDeque
remove(int, int, Object). Method in class COM.objectspace.jgl.voyager.VDList
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(int, int, Object). Method in class COM.objectspace.jgl.voyager.VSequence
remove(int, int, Object). Method in class COM.objectspace.jgl.voyager.VSList
remove(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
remove(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
remove(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
remove(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
remove(int, int, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
remove(int, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
remove(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
remove(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
remove(int, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
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.voyager.VArray
remove(Object). Method in class COM.objectspace.jgl.voyager.VDeque
remove(Object). Method in class COM.objectspace.jgl.voyager.VDictionary
remove(Object). Method in class COM.objectspace.jgl.voyager.VDList
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). Method in class COM.objectspace.jgl.voyager.VHashMap
remove(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
remove(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
remove(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
remove(Object). Method in class COM.objectspace.jgl.voyager.VSequence
remove(Object). Method in class COM.objectspace.jgl.voyager.VSet
remove(Object). Method in class COM.objectspace.jgl.voyager.VSList
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.voyager.VArray
remove(Object, int). Method in class COM.objectspace.jgl.voyager.VDeque
remove(Object, int). Method in class COM.objectspace.jgl.voyager.VDList
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(Object, int). Method in class COM.objectspace.jgl.voyager.VHashMap
remove(Object, int). Method in class COM.objectspace.jgl.voyager.VHashSet
remove(Object, int). Method in class COM.objectspace.jgl.voyager.VOrderedMap
remove(Object, int). Method in class COM.objectspace.jgl.voyager.VOrderedSet
remove(Object, int). Method in class COM.objectspace.jgl.voyager.VSequence
remove(Object, int). Method in class COM.objectspace.jgl.voyager.VSet
remove(Object, int). Method in class COM.objectspace.jgl.voyager.VSList
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VSet
remove(Object, int, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDictionary
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSet
remove(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
remove(Sequence, Object). Static method in class COM.objectspace.jgl.algorithms.Removing
Remove all occurrences of an object from a sequence.
remove(Sequence, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
remove(Sequence, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
remove(Sequence, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
remove(Sequence, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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, Container, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(Container, Container, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(Container, Container, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(Container, Container, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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(Container, OutputIterator, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(Container, OutputIterator, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(Container, OutputIterator, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(Container, OutputIterator, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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.
removeCopy(InputIterator, InputIterator, OutputIterator, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(InputIterator, InputIterator, OutputIterator, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(InputIterator, InputIterator, OutputIterator, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopy(InputIterator, InputIterator, OutputIterator, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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, Container, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(Container, Container, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(Container, Container, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(Container, Container, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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(Container, OutputIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(Container, OutputIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(Container, OutputIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(Container, OutputIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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.
removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeIf(ForwardIterator, ForwardIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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.
removeIf(Sequence, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeIf(Sequence, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeIf(Sequence, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
removeIf(Sequence, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRemoving
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(Container, Object, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replace(Container, Object, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replace(Container, Object, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replace(Container, Object, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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(DListIterator, DListIterator, Object, Object). Method in class COM.objectspace.jgl.voyager.VDList
replace(DListIterator, DListIterator, Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
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(ForwardIterator, ForwardIterator, Object, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replace(ForwardIterator, ForwardIterator, Object, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replace(ForwardIterator, ForwardIterator, Object, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replace(ForwardIterator, ForwardIterator, Object, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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, Object, Object). Method in class COM.objectspace.jgl.voyager.VArray
replace(int, int, Object, Object). Method in class COM.objectspace.jgl.voyager.VDeque
replace(int, int, Object, Object). Method in class COM.objectspace.jgl.voyager.VDList
replace(int, int, Object, Object). Method in class COM.objectspace.jgl.voyager.VSequence
replace(int, int, Object, Object). Method in class COM.objectspace.jgl.voyager.VSList
replace(int, int, Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
replace(int, int, Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
replace(int, int, Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
replace(int, int, Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
replace(int, int, Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
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(Object, Object). Method in class COM.objectspace.jgl.voyager.VArray
replace(Object, Object). Method in class COM.objectspace.jgl.voyager.VDeque
replace(Object, Object). Method in class COM.objectspace.jgl.voyager.VDList
replace(Object, Object). Method in class COM.objectspace.jgl.voyager.VSequence
replace(Object, Object). Method in class COM.objectspace.jgl.voyager.VSList
replace(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
replace(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
replace(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
replace(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
replace(Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
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.
replace(SListIterator, SListIterator, Object, Object). Method in class COM.objectspace.jgl.voyager.VSList
replace(SListIterator, SListIterator, Object, Object, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
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, Container, Object, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(Container, Container, Object, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(Container, Container, Object, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(Container, Container, Object, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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(Container, OutputIterator, Object, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(Container, OutputIterator, Object, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(Container, OutputIterator, Object, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(Container, OutputIterator, Object, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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.
replaceCopy(InputIterator, InputIterator, OutputIterator, Object, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(InputIterator, InputIterator, OutputIterator, Object, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(InputIterator, InputIterator, OutputIterator, Object, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopy(InputIterator, InputIterator, OutputIterator, Object, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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, Container, UnaryPredicate, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(Container, Container, UnaryPredicate, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(Container, Container, UnaryPredicate, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(Container, Container, UnaryPredicate, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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(Container, OutputIterator, UnaryPredicate, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(Container, OutputIterator, UnaryPredicate, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(Container, OutputIterator, UnaryPredicate, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(Container, OutputIterator, UnaryPredicate, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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.
replaceCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceCopyIf(InputIterator, InputIterator, OutputIterator, UnaryPredicate, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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(Container, UnaryPredicate, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceIf(Container, UnaryPredicate, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceIf(Container, UnaryPredicate, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceIf(Container, UnaryPredicate, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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.
replaceIf(ForwardIterator, ForwardIterator, UnaryPredicate, Object, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceIf(ForwardIterator, ForwardIterator, UnaryPredicate, Object, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceIf(ForwardIterator, ForwardIterator, UnaryPredicate, Object, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
replaceIf(ForwardIterator, ForwardIterator, UnaryPredicate, Object, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReplacing
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.voyager.VArrayIterator
retreat(). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
retreat(). Method in class COM.objectspace.jgl.voyager.VDequeIterator
retreat(). Method in class COM.objectspace.jgl.voyager.VDListIterator
retreat(). Method in class COM.objectspace.jgl.adapters.VectorIterator
Retreat by one.
retreat(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
retreat(). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
retreat(). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
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.voyager.VArrayIterator
retreat(int). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
retreat(int). Method in class COM.objectspace.jgl.voyager.VDequeIterator
retreat(int). Method in class COM.objectspace.jgl.voyager.VDListIterator
retreat(int). Method in class COM.objectspace.jgl.adapters.VectorIterator
Retreat by a specified amount.
retreat(int). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
retreat(int). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
retreat(int). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
retreat(int, Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
retreat(int, Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
retreat(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
retreat(int, Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
retreat(int, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
retreat(int, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
retreat(int, Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
retreat(Messenger). Method in class COM.objectspace.jgl.voyager.VArrayIterator
retreat(Messenger). Method in class COM.objectspace.jgl.voyager.VBidirectionalIterator
retreat(Messenger). Method in class COM.objectspace.jgl.voyager.VDequeIterator
retreat(Messenger). Method in class COM.objectspace.jgl.voyager.VDListIterator
retreat(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
retreat(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSetIterator
retreat(Messenger). Method in class COM.objectspace.jgl.voyager.VRandomAccessIterator
reverse(). Method in class COM.objectspace.jgl.DList
Reverse the order of my elements.
reverse(). Method in class COM.objectspace.jgl.voyager.VDList
reverse(BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.algorithms.Reversing
Reverse a sequence.
reverse(BidirectionalIterator, BidirectionalIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverse(BidirectionalIterator, BidirectionalIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverse(BidirectionalIterator, BidirectionalIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverse(BidirectionalIterator, BidirectionalIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverse(Container). Static method in class COM.objectspace.jgl.algorithms.Reversing
Reverse a container.
reverse(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverse(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverse(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverse(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverse(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
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(BidirectionalIterator, BidirectionalIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(BidirectionalIterator, BidirectionalIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(BidirectionalIterator, BidirectionalIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(BidirectionalIterator, BidirectionalIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(Container, Container). Static method in class COM.objectspace.jgl.algorithms.Reversing
Copy the reverse of a container into another container.
reverseCopy(Container, Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(Container, Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(Container, Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(Container, Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(Container, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.Reversing
Copy the reverse of a container into a sequence.
reverseCopy(Container, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(Container, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(Container, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
reverseCopy(Container, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VReversing
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.
rotate(ForwardIterator, ForwardIterator, ForwardIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRotating
rotate(ForwardIterator, ForwardIterator, ForwardIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRotating
rotate(ForwardIterator, ForwardIterator, ForwardIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRotating
rotate(ForwardIterator, ForwardIterator, ForwardIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRotating
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.
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRotating
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRotating
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VRotating
rotateCopy(ForwardIterator, ForwardIterator, ForwardIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VRotating

S

second. Variable in class COM.objectspace.jgl.Pair
The second object.
select(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Filtering
Select elements in a container.
select(Container, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
select(Container, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
select(Container, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
select(Container, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
select(InputIterator, InputIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Filtering
Select elements in a range.
select(InputIterator, InputIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
select(InputIterator, InputIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
select(InputIterator, InputIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
select(InputIterator, InputIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
SelectFirst(). Constructor for class COM.objectspace.jgl.functions.SelectFirst
SelectSecond(). Constructor for class COM.objectspace.jgl.functions.SelectSecond
serialVersionUID. Static variable in interface COM.objectspace.jgl.BinaryFunction
serialVersionUID. Static variable in interface COM.objectspace.jgl.BinaryPredicate
serialVersionUID. Static variable in interface COM.objectspace.jgl.Container
serialVersionUID. Static variable in interface COM.objectspace.jgl.Sequence
serialVersionUID. Static variable in interface COM.objectspace.jgl.Set
serialVersionUID. Static variable in interface COM.objectspace.jgl.UnaryFunction
serialVersionUID. Static variable in interface COM.objectspace.jgl.UnaryPredicate
setDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted difference of two containers into a sequence.
setDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted difference of two containers into a sequence.
setDifference(Container, Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(Container, Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(Container, Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(Container, Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(Container, Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(Container, Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(Container, Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(Container, Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted intersection of two containers into a sequence.
setIntersection(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted intersection of two containers into a sequence.
setIntersection(Container, Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(Container, Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(Container, Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(Container, Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(Container, Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(Container, Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(Container, Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(Container, Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
SetOperations(). Constructor for class COM.objectspace.jgl.algorithms.SetOperations
setSize(int). Method in class COM.objectspace.jgl.Array
Sets the size of the Array.
setSize(int). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Sets the size of the BooleanBuffer.
setSize(int). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Sets the size of the ByteBuffer.
setSize(int). Method in class COM.objectspace.jgl.adapters.CharBuffer
Sets the size of the CharBuffer.
setSize(int). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Sets the size of the DoubleBuffer.
setSize(int). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Sets the size of the FloatBuffer.
setSize(int). Method in class COM.objectspace.jgl.adapters.IntBuffer
Sets the size of the IntBuffer.
setSize(int). Method in class COM.objectspace.jgl.adapters.LongBuffer
Sets the size of the LongBuffer.
setSize(int). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Sets the size of the ShortBuffer.
setSize(int). Method in class COM.objectspace.jgl.voyager.VArray
setSize(int, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted symmetric difference of two containers into a sequence.
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted symmetric difference of two containers into a sequence.
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted union of two containers into a sequence.
setUnion(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted union of two containers into a sequence.
setUnion(Container, Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(Container, Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(Container, Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(Container, Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(Container, Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(Container, Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(Container, Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(Container, Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.SetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSetOperations
ShortArray(). Constructor for class COM.objectspace.jgl.adapters.ShortArray
Construct myself to refer to an empty array.
ShortArray(short[]). Constructor for class COM.objectspace.jgl.adapters.ShortArray
Construct myself to refer to a native Java array.
ShortArray(ShortArray). Constructor for class COM.objectspace.jgl.adapters.ShortArray
Construct myself to refer to an existing ShortArray.
ShortArray(ShortBuffer). Constructor for class COM.objectspace.jgl.adapters.ShortArray
Construct myself to be a copy of an existing ShortBuffer.
shortAt(int). Method in class COM.objectspace.jgl.adapters.ShortArray
Return the integer at the specified index as a Short object.
shortAt(int). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the short at the specified index.
ShortBuffer(). Constructor for class COM.objectspace.jgl.adapters.ShortBuffer
Construct myself to be an empty ShortBuffer.
ShortBuffer(int). Constructor for class COM.objectspace.jgl.adapters.ShortBuffer
Construct myself to contain a specified number of null elements.
ShortBuffer(int, short). Constructor for class COM.objectspace.jgl.adapters.ShortBuffer
Construct myself to contain a specified number of elements set to a particular object.
ShortBuffer(short[]). Constructor for class COM.objectspace.jgl.adapters.ShortBuffer
Construct myself to use a specified array as my initial storage.
ShortBuffer(ShortBuffer). Constructor for class COM.objectspace.jgl.adapters.ShortBuffer
Construct myself to be a copy of an existing ShortBuffer.
ShortIterator(). Constructor for class COM.objectspace.jgl.adapters.ShortIterator
Construct myself to be an iterator with no associated data structure or position.
ShortIterator(short[], int). Constructor for class COM.objectspace.jgl.adapters.ShortIterator
Construct myself to be positioned at a particular index of a specific array of shorts.
ShortIterator(ShortArray, int). Constructor for class COM.objectspace.jgl.adapters.ShortIterator
Construct myself to be positioned at a particular index of a specific ShortArray.
ShortIterator(ShortBuffer, int). Constructor for class COM.objectspace.jgl.adapters.ShortIterator
Construct myself to be positioned at a particular index of a specific ShortBuffer.
ShortIterator(ShortIterator). Constructor for class COM.objectspace.jgl.adapters.ShortIterator
Construct myself to be a copy of an existing iterator.
size(). Method in class COM.objectspace.jgl.Array
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.adapters.CharArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return the number of entries that I contain.
size(). Method in interface COM.objectspace.jgl.Container
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.Deque
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.DList
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.HashMap
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.HashSet
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.adapters.IntArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.adapters.LongArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.Map
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.OrderedMap
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.OrderedSet
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.PriorityQueue
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.Queue
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.SList
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.Stack
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.voyager.VArray
size(). Method in class COM.objectspace.jgl.voyager.VContainer
size(). Method in class COM.objectspace.jgl.voyager.VDeque
size(). Method in class COM.objectspace.jgl.voyager.VDictionary
size(). Method in class COM.objectspace.jgl.voyager.VDList
size(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.voyager.VHashMap
size(). Method in class COM.objectspace.jgl.voyager.VHashSet
size(). Method in class COM.objectspace.jgl.voyager.VMap
size(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
size(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
size(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
size(). Method in class COM.objectspace.jgl.voyager.VQueue
size(). Method in class COM.objectspace.jgl.voyager.VSequence
size(). Method in class COM.objectspace.jgl.voyager.VSet
size(). Method in class COM.objectspace.jgl.voyager.VSList
size(). Method in class COM.objectspace.jgl.voyager.VStack
size(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
size(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
size(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
size(Messenger). Method in class COM.objectspace.jgl.voyager.VDictionary
size(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
size(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
size(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
size(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
size(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
size(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
size(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
size(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
size(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
size(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
size(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
size(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
SList(). Constructor for class COM.objectspace.jgl.SList
Construct myself to be an empty SList.
SList(int). Constructor for class COM.objectspace.jgl.SList
Construct myself to contain a specified number of null elements.
SList(int, Object). Constructor for class COM.objectspace.jgl.SList
Construct myself to contain a specified number of elements set to a particular object.
SList(SList). Constructor for class COM.objectspace.jgl.SList
Construct myself to be a shallow copy of an existing SList.
SListIterator(). Constructor for class COM.objectspace.jgl.SListIterator
Construct myself to be an iterator with no associated data structure or position.
SListIterator(SListIterator). Constructor for class COM.objectspace.jgl.SListIterator
Construct myself to be a copy of an existing iterator.
some(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Return true if at least one object in the container satisfies the specified unary predicate.
some(Container, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
some(Container, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
some(Container, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
some(Container, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
some(ForwardIterator, ForwardIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Finding
Return true if at least one object in the given range satisfies the specified unary predicate.
some(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
some(ForwardIterator, ForwardIterator, UnaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
some(ForwardIterator, ForwardIterator, UnaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
some(ForwardIterator, ForwardIterator, UnaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFinding
sort(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.algorithms.Sorting
Sort the elements in a sequence according to their hash code.
sort(ForwardIterator, ForwardIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Sorting
Sort the elements in a sequence using a comparator.
sort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(ForwardIterator, ForwardIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(ForwardIterator, ForwardIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(ForwardIterator, ForwardIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(ForwardIterator, ForwardIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(ForwardIterator, ForwardIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(ForwardIterator, ForwardIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(Sequence). Static method in class COM.objectspace.jgl.algorithms.Sorting
Sort the elements in a Sequence container according to their hash code.
sort(Sequence, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Sorting
Sort the elements in a random access container using a comparator.
sort(Sequence, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(Sequence, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(Sequence, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(Sequence, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(Sequence, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(Sequence, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(Sequence, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sort(Sequence, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSorting
sortHeap(BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.algorithms.Heap
Sort a heap according to the object's hash codes.
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Heap
Sort a heap according to a comparator.
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
sortHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
sortHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
sortHeap(BidirectionalIterator, BidirectionalIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
sortHeap(BidirectionalIterator, BidirectionalIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHeap
splice(DListIterator, DList). Method in class COM.objectspace.jgl.DList
Remove all of the elements in a specified DList and insert them at a particular position.
splice(DListIterator, DList). Method in class COM.objectspace.jgl.voyager.VDList
splice(DListIterator, DList, DListIterator). Method in class COM.objectspace.jgl.DList
Remove a specified element from a DList and insert it at a particular position.
splice(DListIterator, DList, DListIterator). Method in class COM.objectspace.jgl.voyager.VDList
splice(DListIterator, DList, DListIterator, DListIterator). Method in class COM.objectspace.jgl.DList
Splice a range of elements from a DList into a particular position.
splice(DListIterator, DList, DListIterator, DListIterator). Method in class COM.objectspace.jgl.voyager.VDList
splice(DListIterator, DList, DListIterator, DListIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
splice(DListIterator, DList, DListIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
splice(DListIterator, DList, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
splice(int, DList). Method in class COM.objectspace.jgl.DList
Remove all of the elements in a specified DList and insert them at a particular position.
splice(int, DList). Method in class COM.objectspace.jgl.voyager.VDList
splice(int, DList, int). Method in class COM.objectspace.jgl.DList
Remove a specified element from a DList and insert it at a particular position.
splice(int, DList, int). Method in class COM.objectspace.jgl.voyager.VDList
splice(int, DList, int, int). Method in class COM.objectspace.jgl.DList
Splice a range of elements from a DList and insert them at a particular position.
splice(int, DList, int, int). Method in class COM.objectspace.jgl.voyager.VDList
splice(int, DList, int, int, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
splice(int, DList, int, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
splice(int, DList, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
splice(int, SList). Method in class COM.objectspace.jgl.SList
Remove all of the elements in a specified list and insert them at a particular index.
splice(int, SList). Method in class COM.objectspace.jgl.voyager.VSList
splice(int, SList, int). Method in class COM.objectspace.jgl.SList
Remove a specified element from a list and insert it at a particular position.
splice(int, SList, int). Method in class COM.objectspace.jgl.voyager.VSList
splice(int, SList, int, int). Method in class COM.objectspace.jgl.SList
Remove a range of elements from a list and insert them at a particular position.
splice(int, SList, int, int). Method in class COM.objectspace.jgl.voyager.VSList
splice(int, SList, int, int, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
splice(int, SList, int, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
splice(int, SList, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
splice(SListIterator, SList). Method in class COM.objectspace.jgl.SList
Remove all of the elements in a specified list and insert them at a particular position.
splice(SListIterator, SList). Method in class COM.objectspace.jgl.voyager.VSList
splice(SListIterator, SList, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
splice(SListIterator, SList, SListIterator). Method in class COM.objectspace.jgl.SList
Remove a specified element from a list and insert it at a particular position.
splice(SListIterator, SList, SListIterator). Method in class COM.objectspace.jgl.voyager.VSList
splice(SListIterator, SList, SListIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
splice(SListIterator, SList, SListIterator, SListIterator). Method in class COM.objectspace.jgl.SList
Remove a range of elements from a list and insert them at a particular position.
splice(SListIterator, SList, SListIterator, SListIterator). Method in class COM.objectspace.jgl.voyager.VSList
splice(SListIterator, SList, SListIterator, SListIterator, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
Stack(). Constructor for class COM.objectspace.jgl.Stack
Construct myself to be an empty Stack.
Stack(Sequence). Constructor for class COM.objectspace.jgl.Stack
Construct myself with a specified Sequence as my underlying implementation.
Stack(Stack). Constructor for class COM.objectspace.jgl.Stack
Construct myself to be a shallow copy of a specified Stack.
start(). Method in class COM.objectspace.jgl.Array
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.util.Benchmark
Start/resume the benchmark clock.
start(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.CharArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return an iterator positioned at my first item.
start(). Method in interface COM.objectspace.jgl.Container
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Deque
Return an iterator positioned at my first item
start(). Method in class COM.objectspace.jgl.DList
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.HashMap
Return an iterator positioned at my first pair.
start(). Method in class COM.objectspace.jgl.HashSet
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.IntArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.LongArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Map
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.OrderedMap
Return an iterator positioned at my first pair.
start(). Method in class COM.objectspace.jgl.OrderedSet
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.PriorityQueue
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Queue
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.SList
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Stack
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.voyager.VArray
start(). Method in class COM.objectspace.jgl.voyager.VContainer
start(). Method in class COM.objectspace.jgl.voyager.VDeque
start(). Method in class COM.objectspace.jgl.voyager.VDList
start(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.voyager.VHashMap
start(). Method in class COM.objectspace.jgl.voyager.VHashSet
start(). Method in class COM.objectspace.jgl.voyager.VMap
start(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
start(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
start(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
start(). Method in class COM.objectspace.jgl.voyager.VQueue
start(). Method in class COM.objectspace.jgl.voyager.VSequence
start(). Method in class COM.objectspace.jgl.voyager.VSet
start(). Method in class COM.objectspace.jgl.voyager.VSList
start(). Method in class COM.objectspace.jgl.voyager.VStack
start(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
start(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
start(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
start(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
start(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
start(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
start(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
start(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
start(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
start(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
start(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
start(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
start(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
start(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
start(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
stop(). Method in class COM.objectspace.jgl.util.Benchmark
Stop the benchmark clock.
subsetOf(HashSet). Method in class COM.objectspace.jgl.HashSet
Return true if every element in me is also in a specified HashSet.
subsetOf(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
subsetOf(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
subsetOf(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return true if every element in me is also in a specified OrderedSet.
subsetOf(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
subsetOf(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
swap(Array). Method in class COM.objectspace.jgl.Array
Swap my contents with another Array.
swap(Array). Method in class COM.objectspace.jgl.voyager.VArray
swap(Array, Messenger). Method in class COM.objectspace.jgl.voyager.VArray
swap(BooleanBuffer). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Swap my contents with another BooleanBuffer.
swap(ByteBuffer). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Swap my contents with another ByteBuffer.
swap(CharBuffer). Method in class COM.objectspace.jgl.adapters.CharBuffer
Swap my contents with another CharBuffer.
swap(Deque). Method in class COM.objectspace.jgl.Deque
Swap my contents with another Deque.
swap(Deque). Method in class COM.objectspace.jgl.voyager.VDeque
swap(Deque, Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
swap(DList). Method in class COM.objectspace.jgl.DList
Swap my contents with another DList.
swap(DList). Method in class COM.objectspace.jgl.voyager.VDList
swap(DList, Messenger). Method in class COM.objectspace.jgl.voyager.VDList
swap(DoubleBuffer). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Swap my contents with another DoubleBuffer.
swap(FloatBuffer). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Swap my contents with another FloatBuffer.
swap(HashMap). Method in class COM.objectspace.jgl.HashMap
Swap my contents with another HashMap.
swap(HashMap). Method in class COM.objectspace.jgl.voyager.VHashMap
swap(HashMap, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
swap(HashSet). Method in class COM.objectspace.jgl.HashSet
Swap my contents with another HashSet.
swap(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
swap(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
swap(IntBuffer). Method in class COM.objectspace.jgl.adapters.IntBuffer
Swap my contents with another IntBuffer.
swap(LongBuffer). Method in class COM.objectspace.jgl.adapters.LongBuffer
Swap my contents with another LongBuffer.
swap(OrderedMap). Method in class COM.objectspace.jgl.OrderedMap
Swap my contents with another OrderedMap.
swap(OrderedMap). Method in class COM.objectspace.jgl.voyager.VOrderedMap
swap(OrderedMap, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
swap(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Swap my contents with another OrderedSet.
swap(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
swap(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
swap(PriorityQueue). Method in class COM.objectspace.jgl.PriorityQueue
Swap my contents with another PriorityQueue.
swap(PriorityQueue). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
swap(PriorityQueue, Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
swap(Queue). Method in class COM.objectspace.jgl.Queue
Swap my contents with another Queue.
swap(Queue). Method in class COM.objectspace.jgl.voyager.VQueue
swap(Queue, Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
swap(ShortBuffer). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Swap my contents with another ShortBuffer.
swap(SList). Method in class COM.objectspace.jgl.SList
Swap my contents with another SList.
swap(SList). Method in class COM.objectspace.jgl.voyager.VSList
swap(SList, Messenger). Method in class COM.objectspace.jgl.voyager.VSList
swap(Stack). Method in class COM.objectspace.jgl.Stack
Swap my contents with another Stack.
swap(Stack). Method in class COM.objectspace.jgl.voyager.VStack
swap(Stack, Messenger). Method in class COM.objectspace.jgl.voyager.VStack
SwappedBinaryFunction(BinaryFunction). Constructor for class COM.objectspace.jgl.functions.SwappedBinaryFunction
Construct myself with a binary function object.
SwappedBinaryPredicate(BinaryPredicate). Constructor for class COM.objectspace.jgl.predicates.SwappedBinaryPredicate
Construct myself with a binary predicate object.
swapRanges(Container, Container). Static method in class COM.objectspace.jgl.algorithms.Swapping
Swap the elements in one container with the elements in another container of the same size.
swapRanges(Container, Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
swapRanges(Container, Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
swapRanges(Container, Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
swapRanges(Container, Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
swapRanges(ForwardIterator, ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.algorithms.Swapping
Swap the elements in one sequence with the elements in another sequence of the same size.
swapRanges(ForwardIterator, ForwardIterator, ForwardIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
swapRanges(ForwardIterator, ForwardIterator, ForwardIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
swapRanges(ForwardIterator, ForwardIterator, ForwardIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
swapRanges(ForwardIterator, ForwardIterator, ForwardIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VSwapping
symmetricDifference(HashSet). Method in class COM.objectspace.jgl.HashSet
Return a new HashSet that contains the elements that are either in me or in a specified HashSet, but not both.
symmetricDifference(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
symmetricDifference(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
symmetricDifference(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return a new OrderedSet that contains the elements that are either in me or in a specified OrderedSet, but not both.
symmetricDifference(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
symmetricDifference(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet

T

TimesNumber(). Constructor for class COM.objectspace.jgl.functions.TimesNumber
Construct myself to use intValue() for operation.
TimesNumber(Class). Constructor for class COM.objectspace.jgl.functions.TimesNumber
Construct myself to operate on objects of the given class.
top(). Method in class COM.objectspace.jgl.PriorityQueue
Return my top object.
top(). Method in class COM.objectspace.jgl.Stack
Return the last object that was pushed onto me.
top(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
top(). Method in class COM.objectspace.jgl.voyager.VStack
top(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
top(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
toString(). Method in class COM.objectspace.jgl.Array
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.util.Benchmark
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.BooleanArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.ByteArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.CharArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.CharBuffer
Return a string that describes me.
toString(). Method in interface COM.objectspace.jgl.Container
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.Deque
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.DList
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.DoubleArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.FloatArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.HashMap
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.HashSet
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.IntArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.IntBuffer
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.LongArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.LongBuffer
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.Map
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.ObjectArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.OrderedMap
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.OrderedSet
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.Pair
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.PriorityQueue
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.Queue
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.Range
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.ShortArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.SList
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.Stack
Return a string that describes me.
ToString(). Constructor for class COM.objectspace.jgl.functions.ToString
toString(). Method in class COM.objectspace.jgl.voyager.VArray
toString(). Method in class COM.objectspace.jgl.voyager.VContainer
toString(). Method in class COM.objectspace.jgl.voyager.VDeque
toString(). Method in class COM.objectspace.jgl.voyager.VDList
toString(). Method in class COM.objectspace.jgl.adapters.VectorArray
Return a string that describes me.
toString(). Method in class COM.objectspace.jgl.voyager.VHashMap
toString(). Method in class COM.objectspace.jgl.voyager.VHashSet
toString(). Method in class COM.objectspace.jgl.voyager.VMap
toString(). Method in class COM.objectspace.jgl.voyager.VOrderedMap
toString(). Method in class COM.objectspace.jgl.voyager.VOrderedSet
toString(). Method in class COM.objectspace.jgl.voyager.VPair
toString(). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
toString(). Method in class COM.objectspace.jgl.voyager.VQueue
toString(). Method in class COM.objectspace.jgl.voyager.VRange
toString(). Method in class COM.objectspace.jgl.voyager.VSequence
toString(). Method in class COM.objectspace.jgl.voyager.VSet
toString(). Method in class COM.objectspace.jgl.voyager.VSList
toString(). Method in class COM.objectspace.jgl.voyager.VStack
toString(Container, String). Static method in class COM.objectspace.jgl.algorithms.Printing
Return a string that describes a container.
toString(Container, String, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
toString(Container, String, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
toString(Container, String, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
toString(Container, String, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
toString(InputIterator, InputIterator). Static method in class COM.objectspace.jgl.algorithms.Printing
Return a string that describes the contents of the sequence associated with an iterator.
toString(InputIterator, InputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
toString(InputIterator, InputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
toString(InputIterator, InputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
toString(InputIterator, InputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VPrinting
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VContainer
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VDeque
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VMap
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VPair
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VPriorityQueue
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VQueue
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VRange
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VSequence
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VSet
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VSList
toString(Messenger). Method in class COM.objectspace.jgl.voyager.VStack
transform(Container, Container, Container, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Transforming
Traverse two containers and add the results of invoking a BinaryFunction on corresponding elements to another container.
transform(Container, Container, Container, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, Container, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, Container, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, Container, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, OutputIterator, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Transforming
Traverse two containers and store the results of invoking a BinaryFunction on corresponding elements into a sequence.
transform(Container, Container, OutputIterator, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, OutputIterator, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, OutputIterator, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, OutputIterator, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, UnaryFunction). Static method in class COM.objectspace.jgl.algorithms.Transforming
Traverse a container and add the results of invoking a UnaryFunction on each element into another container.
transform(Container, Container, UnaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, UnaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, UnaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, Container, UnaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, OutputIterator, UnaryFunction). Static method in class COM.objectspace.jgl.algorithms.Transforming
Traverse a container and store the results of invoking a UnaryFunction on each element into a sequence.
transform(Container, OutputIterator, UnaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, OutputIterator, UnaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, OutputIterator, UnaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(Container, OutputIterator, UnaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction). Static method in class COM.objectspace.jgl.algorithms.Transforming
Traverse two sequences and store the results of invoking a BinaryFunction on corresponding elements into another sequence of the same size.
transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(InputIterator, InputIterator, OutputIterator, UnaryFunction). Static method in class COM.objectspace.jgl.algorithms.Transforming
Traverse a sequence and store the results of invoking a UnaryFunction on each element into another sequence of the same size.
transform(InputIterator, InputIterator, OutputIterator, UnaryFunction, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(InputIterator, InputIterator, OutputIterator, UnaryFunction, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(InputIterator, InputIterator, OutputIterator, UnaryFunction, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
transform(InputIterator, InputIterator, OutputIterator, UnaryFunction, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VTransforming
trimToSize(). Method in class COM.objectspace.jgl.Array
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.adapters.BooleanBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.adapters.ByteBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.adapters.CharBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.adapters.DoubleBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.adapters.FloatBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.adapters.IntBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.adapters.LongBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.adapters.ShortBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class COM.objectspace.jgl.voyager.VArray
trimToSize(Messenger). Method in class COM.objectspace.jgl.voyager.VArray
TRUE. Static variable in class COM.objectspace.jgl.predicates.ConstantPredicate

U

UnaryAnd(UnaryPredicate, UnaryPredicate). Constructor for class COM.objectspace.jgl.predicates.UnaryAnd
Construct myself with two unary predicate objects.
UnaryAnd(UnaryPredicate[]). Constructor for class COM.objectspace.jgl.predicates.UnaryAnd
Construct myself to use all given predicates for testing.
UnaryCompose(UnaryFunction, UnaryFunction). Constructor for class COM.objectspace.jgl.functions.UnaryCompose
Construct myself with two unary function objects.
UnaryComposePredicate(UnaryPredicate, UnaryFunction). Constructor for class COM.objectspace.jgl.predicates.UnaryComposePredicate
Construct myself with a unary predicate object and a unary function object.
UnaryNot(UnaryPredicate). Constructor for class COM.objectspace.jgl.predicates.UnaryNot
Construct myself with a single unary predicate object.
UnaryOr(UnaryPredicate, UnaryPredicate). Constructor for class COM.objectspace.jgl.predicates.UnaryOr
Construct myself with two unary predicate objects.
UnaryOr(UnaryPredicate[]). Constructor for class COM.objectspace.jgl.predicates.UnaryOr
Construct myself to use all given predicates for testing.
UnaryPredicateFunction(UnaryPredicate). Constructor for class COM.objectspace.jgl.functions.UnaryPredicateFunction
Construct myself with a unary predicate object.
UnaryTern(UnaryPredicate, UnaryPredicate, UnaryPredicate). Constructor for class COM.objectspace.jgl.predicates.UnaryTern
Construct myself to emulate the ternary operator.
union(HashSet). Method in class COM.objectspace.jgl.HashSet
Return a new HashSet that contains all of my elements and all of the elements in a specified HashSet.
union(HashSet). Method in class COM.objectspace.jgl.voyager.VHashSet
union(HashSet, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
union(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return a new OrderedSet that contains all of my elements and all of the elements in a specified OrderedSet.
union(OrderedSet). Method in class COM.objectspace.jgl.voyager.VOrderedSet
union(OrderedSet, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet
unique(). Method in class COM.objectspace.jgl.DList
Replace all repeating sequences of a single element by a single occurrence of that element.
unique(). Method in class COM.objectspace.jgl.voyager.VDList
unique(Container). Static method in class COM.objectspace.jgl.algorithms.Filtering
Replace all consecutive occurrences of an object in a container by a single instance of that object.
unique(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Filtering
Replace all consecutive occurrences of an object in a container by a single instance of that object.
unique(Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.algorithms.Filtering
Replace all consecutive occurrences of an object in a sequence by a single instance of that object.
unique(ForwardIterator, ForwardIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Filtering
Replace all consecutive occurrences of an object in a sequence by a single instance of that object.
unique(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(ForwardIterator, ForwardIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(ForwardIterator, ForwardIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(ForwardIterator, ForwardIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(ForwardIterator, ForwardIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(ForwardIterator, ForwardIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(ForwardIterator, ForwardIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unique(Messenger). Method in class COM.objectspace.jgl.voyager.VDList
uniqueCopy(Container, Container). Static method in class COM.objectspace.jgl.algorithms.Filtering
Copy the contents of one container into another container, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Filtering
Copy the contents of one container into another container, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy(Container, Container, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, Container, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, Container, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, Container, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.Filtering
Copy a container into another sequence, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy(Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Filtering
Copy a container into another sequence, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy(Container, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(Container, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.algorithms.Filtering
Copy a sequence into another sequence, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.algorithms.Filtering
Copy a sequence into another sequence, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(InputIterator, InputIterator, OutputIterator, BinaryPredicate, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(InputIterator, InputIterator, OutputIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(InputIterator, InputIterator, OutputIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(InputIterator, InputIterator, OutputIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
uniqueCopy(InputIterator, InputIterator, OutputIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VFiltering
unorderedHash(Container). Static method in class COM.objectspace.jgl.algorithms.Hashing
Compute an hash value for an unordered container.
unorderedHash(Container, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
unorderedHash(Container, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
unorderedHash(Container, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
unorderedHash(Container, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
unorderedHash(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.algorithms.Hashing
Compute a hash value for a range of elements in an uordered container.
unorderedHash(ForwardIterator, ForwardIterator, Messenger, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
unorderedHash(ForwardIterator, ForwardIterator, Messenger, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
unorderedHash(ForwardIterator, ForwardIterator, String). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
unorderedHash(ForwardIterator, ForwardIterator, String, long). Static method in class COM.objectspace.jgl.voyager.algorithms.VHashing
upperBound(Object). Method in class COM.objectspace.jgl.HashMap
Return an iterator positioned at the last location that a pair with a specified key could be inserted without violating the ordering criteria.
upperBound(Object). Method in class COM.objectspace.jgl.HashSet
Return an iterator positioned at the last location that a particular object could be inserted without violating the ordering criteria.
upperBound(Object). Method in class COM.objectspace.jgl.OrderedMap
Return an iterator positioned at the last location that a pair with a specified key could be inserted without violating the ordering criteria.
upperBound(Object). Method in class COM.objectspace.jgl.OrderedSet
Return an iterator positioned at the last location that a particular object could be inserted without violating the ordering criteria.
upperBound(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
upperBound(Object). Method in class COM.objectspace.jgl.voyager.VHashSet
upperBound(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
upperBound(Object). Method in class COM.objectspace.jgl.voyager.VOrderedSet
upperBound(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
upperBound(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashSet
upperBound(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
upperBound(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedSet

V

VALUE. Static variable in class COM.objectspace.jgl.HashMapIterator
VALUE. Static variable in class COM.objectspace.jgl.OrderedMapIterator
value(). Method in class COM.objectspace.jgl.HashMapIterator
Return the value of my current key/value pair.
value(). Method in class COM.objectspace.jgl.OrderedMapIterator
Return the value of my current key/value pair.
value(). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
value(). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
value(Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
value(Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
value(Object). Method in class COM.objectspace.jgl.HashMapIterator
Change the value of my current key/value pair.
value(Object). Method in class COM.objectspace.jgl.OrderedMapIterator
Change the value of my current key/value pair.
value(Object). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
value(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
value(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMapIterator
value(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMapIterator
values(Object). Method in class COM.objectspace.jgl.HashMap
Return an Enumeration of all my values that are associated with a particular key.
values(Object). Method in class COM.objectspace.jgl.Map
Return an Enumeration of all my values that are associated with a particular key.
values(Object). Method in class COM.objectspace.jgl.OrderedMap
Return an Enumeration of all my values that are associated with a particular key.
values(Object). Method in class COM.objectspace.jgl.voyager.VHashMap
values(Object). Method in class COM.objectspace.jgl.voyager.VMap
values(Object). Method in class COM.objectspace.jgl.voyager.VOrderedMap
values(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VHashMap
values(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VMap
values(Object, Messenger). Method in class COM.objectspace.jgl.voyager.VOrderedMap
VApplying(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VApplying
Construct a VApplying that is not associated with an object.
VApplying(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VApplying
Construct a VApplying and connect it to the specified object.
VArray(). Constructor for class COM.objectspace.jgl.voyager.VArray
Construct a VArray that is not associated with an object.
VArray(Array, String). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(Array, String, long). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(int, Object, String). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(int, Object, String, long). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(int, String). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(int, String, long). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(Object[], String). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(Object[], String, long). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(String). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(String, long). Constructor for class COM.objectspace.jgl.voyager.VArray
VArray(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VArray
Construct a VArray and connect it to the specified object.
VArrayIterator(). Constructor for class COM.objectspace.jgl.voyager.VArrayIterator
Construct a VArrayIterator that is not associated with an object.
VArrayIterator(Array, int, String). Constructor for class COM.objectspace.jgl.voyager.VArrayIterator
VArrayIterator(Array, int, String, long). Constructor for class COM.objectspace.jgl.voyager.VArrayIterator
VArrayIterator(ArrayIterator, String). Constructor for class COM.objectspace.jgl.voyager.VArrayIterator
VArrayIterator(ArrayIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VArrayIterator
VArrayIterator(String). Constructor for class COM.objectspace.jgl.voyager.VArrayIterator
VArrayIterator(String, long). Constructor for class COM.objectspace.jgl.voyager.VArrayIterator
VArrayIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VArrayIterator
Construct a VArrayIterator and connect it to the specified object.
VBidirectionalIterator(). Constructor for class COM.objectspace.jgl.voyager.VBidirectionalIterator
Construct a VBidirectionalIterator that is not associated with an object.
VBidirectionalIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VBidirectionalIterator
Construct a VBidirectionalIterator and connect it to the specified object.
VBinaryFunction(). Constructor for class COM.objectspace.jgl.voyager.VBinaryFunction
Construct a VBinaryFunction that is not associated with an object.
VBinaryFunction(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VBinaryFunction
Construct a VBinaryFunction and connect it to the specified object.
VBinaryPredicate(). Constructor for class COM.objectspace.jgl.voyager.VBinaryPredicate
Construct a VBinaryPredicate that is not associated with an object.
VBinaryPredicate(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VBinaryPredicate
Construct a VBinaryPredicate and connect it to the specified object.
VComparing(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VComparing
Construct a VComparing that is not associated with an object.
VComparing(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VComparing
Construct a VComparing and connect it to the specified object.
VContainer(). Constructor for class COM.objectspace.jgl.voyager.VContainer
Construct a VContainer that is not associated with an object.
VContainer(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VContainer
Construct a VContainer and connect it to the specified object.
VCopying(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VCopying
Construct a VCopying that is not associated with an object.
VCopying(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VCopying
Construct a VCopying and connect it to the specified object.
VCounting(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VCounting
Construct a VCounting that is not associated with an object.
VCounting(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VCounting
Construct a VCounting and connect it to the specified object.
VDeque(). Constructor for class COM.objectspace.jgl.voyager.VDeque
Construct a VDeque that is not associated with an object.
VDeque(Deque, String). Constructor for class COM.objectspace.jgl.voyager.VDeque
VDeque(Deque, String, long). Constructor for class COM.objectspace.jgl.voyager.VDeque
VDeque(int, Object, String). Constructor for class COM.objectspace.jgl.voyager.VDeque
VDeque(int, Object, String, long). Constructor for class COM.objectspace.jgl.voyager.VDeque
VDeque(int, String). Constructor for class COM.objectspace.jgl.voyager.VDeque
VDeque(int, String, long). Constructor for class COM.objectspace.jgl.voyager.VDeque
VDeque(String). Constructor for class COM.objectspace.jgl.voyager.VDeque
VDeque(String, long). Constructor for class COM.objectspace.jgl.voyager.VDeque
VDeque(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VDeque
Construct a VDeque and connect it to the specified object.
VDequeIterator(). Constructor for class COM.objectspace.jgl.voyager.VDequeIterator
Construct a VDequeIterator that is not associated with an object.
VDequeIterator(DequeIterator, String). Constructor for class COM.objectspace.jgl.voyager.VDequeIterator
VDequeIterator(DequeIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VDequeIterator
VDequeIterator(String). Constructor for class COM.objectspace.jgl.voyager.VDequeIterator
VDequeIterator(String, long). Constructor for class COM.objectspace.jgl.voyager.VDequeIterator
VDequeIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VDequeIterator
Construct a VDequeIterator and connect it to the specified object.
VDictionary(). Constructor for class COM.objectspace.jgl.voyager.VDictionary
Construct a VDictionary that is not associated with an object.
VDictionary(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VDictionary
Construct a VDictionary and connect it to the specified object.
VDList(). Constructor for class COM.objectspace.jgl.voyager.VDList
Construct a VDList that is not associated with an object.
VDList(DList, String). Constructor for class COM.objectspace.jgl.voyager.VDList
VDList(DList, String, long). Constructor for class COM.objectspace.jgl.voyager.VDList
VDList(int, Object, String). Constructor for class COM.objectspace.jgl.voyager.VDList
VDList(int, Object, String, long). Constructor for class COM.objectspace.jgl.voyager.VDList
VDList(int, String). Constructor for class COM.objectspace.jgl.voyager.VDList
VDList(int, String, long). Constructor for class COM.objectspace.jgl.voyager.VDList
VDList(String). Constructor for class COM.objectspace.jgl.voyager.VDList
VDList(String, long). Constructor for class COM.objectspace.jgl.voyager.VDList
VDList(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VDList
Construct a VDList and connect it to the specified object.
VDListIterator(). Constructor for class COM.objectspace.jgl.voyager.VDListIterator
Construct a VDListIterator that is not associated with an object.
VDListIterator(DListIterator, String). Constructor for class COM.objectspace.jgl.voyager.VDListIterator
VDListIterator(DListIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VDListIterator
VDListIterator(String). Constructor for class COM.objectspace.jgl.voyager.VDListIterator
VDListIterator(String, long). Constructor for class COM.objectspace.jgl.voyager.VDListIterator
VDListIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VDListIterator
Construct a VDListIterator and connect it to the specified object.
VectorArray(). Constructor for class COM.objectspace.jgl.adapters.VectorArray
Construct myself to refer to an empty array.
VectorArray(Vector). Constructor for class COM.objectspace.jgl.adapters.VectorArray
Construct myself to refer to a java.util.Vector.
VectorArray(VectorArray). Constructor for class COM.objectspace.jgl.adapters.VectorArray
Construct myself to refer to an existing VectorArray.
VectorIterator(). Constructor for class COM.objectspace.jgl.adapters.VectorIterator
Construct myself to be an iterator with no associated data structure or position.
VectorIterator(Vector, int). Constructor for class COM.objectspace.jgl.adapters.VectorIterator
Construct myself to be positioned at a particular index of a specific Vector.
VectorIterator(VectorArray, int). Constructor for class COM.objectspace.jgl.adapters.VectorIterator
Construct myself to be positioned at a particular index of a specific array.
VectorIterator(VectorIterator). Constructor for class COM.objectspace.jgl.adapters.VectorIterator
Construct myself to be a copy of an existing iterator.
VEnumeration(). Constructor for class COM.objectspace.jgl.voyager.VEnumeration
Construct a VEnumeration that is not associated with an object.
VEnumeration(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VEnumeration
Construct a VEnumeration and connect it to the specified object.
VFilling(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VFilling
Construct a VFilling that is not associated with an object.
VFilling(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VFilling
Construct a VFilling and connect it to the specified object.
VFiltering(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VFiltering
Construct a VFiltering that is not associated with an object.
VFiltering(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VFiltering
Construct a VFiltering and connect it to the specified object.
VFinding(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VFinding
Construct a VFinding that is not associated with an object.
VFinding(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VFinding
Construct a VFinding and connect it to the specified object.
VForwardIterator(). Constructor for class COM.objectspace.jgl.voyager.VForwardIterator
Construct a VForwardIterator that is not associated with an object.
VForwardIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VForwardIterator
Construct a VForwardIterator and connect it to the specified object.
VHashing(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VHashing
Construct a VHashing that is not associated with an object.
VHashing(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VHashing
Construct a VHashing and connect it to the specified object.
VHashMap(). Constructor for class COM.objectspace.jgl.voyager.VHashMap
Construct a VHashMap that is not associated with an object.
VHashMap(BinaryPredicate, boolean, int, float, String). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(BinaryPredicate, boolean, int, float, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(BinaryPredicate, boolean, String). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(BinaryPredicate, boolean, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(BinaryPredicate, int, float, String). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(BinaryPredicate, int, float, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(BinaryPredicate, String). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(BinaryPredicate, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(boolean, String). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(boolean, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(HashMap, String). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(HashMap, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(String). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMap
VHashMap(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VHashMap
Construct a VHashMap and connect it to the specified object.
VHashMapIterator(). Constructor for class COM.objectspace.jgl.voyager.VHashMapIterator
Construct a VHashMapIterator that is not associated with an object.
VHashMapIterator(HashMapIterator, String). Constructor for class COM.objectspace.jgl.voyager.VHashMapIterator
VHashMapIterator(HashMapIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMapIterator
VHashMapIterator(String). Constructor for class COM.objectspace.jgl.voyager.VHashMapIterator
VHashMapIterator(String, long). Constructor for class COM.objectspace.jgl.voyager.VHashMapIterator
VHashMapIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VHashMapIterator
Construct a VHashMapIterator and connect it to the specified object.
VHashSet(). Constructor for class COM.objectspace.jgl.voyager.VHashSet
Construct a VHashSet that is not associated with an object.
VHashSet(BinaryPredicate, boolean, int, float, String). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(BinaryPredicate, boolean, int, float, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(BinaryPredicate, boolean, String). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(BinaryPredicate, boolean, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(BinaryPredicate, int, float, String). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(BinaryPredicate, int, float, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(BinaryPredicate, String). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(BinaryPredicate, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(boolean, String). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(boolean, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(HashSet, String). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(HashSet, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(String). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSet
VHashSet(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VHashSet
Construct a VHashSet and connect it to the specified object.
VHashSetIterator(). Constructor for class COM.objectspace.jgl.voyager.VHashSetIterator
Construct a VHashSetIterator that is not associated with an object.
VHashSetIterator(HashSetIterator, String). Constructor for class COM.objectspace.jgl.voyager.VHashSetIterator
VHashSetIterator(HashSetIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSetIterator
VHashSetIterator(String). Constructor for class COM.objectspace.jgl.voyager.VHashSetIterator
VHashSetIterator(String, long). Constructor for class COM.objectspace.jgl.voyager.VHashSetIterator
VHashSetIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VHashSetIterator
Construct a VHashSetIterator and connect it to the specified object.
VHeap(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VHeap
Construct a VHeap that is not associated with an object.
VHeap(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VHeap
Construct a VHeap and connect it to the specified object.
VInputIterator(). Constructor for class COM.objectspace.jgl.voyager.VInputIterator
Construct a VInputIterator that is not associated with an object.
VInputIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VInputIterator
Construct a VInputIterator and connect it to the specified object.
VMap(). Constructor for class COM.objectspace.jgl.voyager.VMap
Construct a VMap that is not associated with an object.
VMap(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VMap
Construct a VMap and connect it to the specified object.
VMinMax(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VMinMax
Construct a VMinMax that is not associated with an object.
VMinMax(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VMinMax
Construct a VMinMax and connect it to the specified object.
VOpaque(). Constructor for class COM.objectspace.jgl.voyager.VOpaque
Construct a VOpaque that is not associated with an object.
VOpaque(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VOpaque
Construct a VOpaque and connect it to the specified object.
VOrderedMap(). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
Construct a VOrderedMap that is not associated with an object.
VOrderedMap(BinaryPredicate, boolean, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(BinaryPredicate, boolean, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(BinaryPredicate, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(BinaryPredicate, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(boolean, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(boolean, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(OrderedMap, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(OrderedMap, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(String). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
VOrderedMap(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VOrderedMap
Construct a VOrderedMap and connect it to the specified object.
VOrderedMapIterator(). Constructor for class COM.objectspace.jgl.voyager.VOrderedMapIterator
Construct a VOrderedMapIterator that is not associated with an object.
VOrderedMapIterator(OrderedMapIterator, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedMapIterator
VOrderedMapIterator(OrderedMapIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedMapIterator
VOrderedMapIterator(String). Constructor for class COM.objectspace.jgl.voyager.VOrderedMapIterator
VOrderedMapIterator(String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedMapIterator
VOrderedMapIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VOrderedMapIterator
Construct a VOrderedMapIterator and connect it to the specified object.
VOrderedSet(). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
Construct a VOrderedSet that is not associated with an object.
VOrderedSet(BinaryPredicate, boolean, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(BinaryPredicate, boolean, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(BinaryPredicate, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(BinaryPredicate, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(boolean, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(boolean, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(OrderedSet, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(OrderedSet, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(String). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
VOrderedSet(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VOrderedSet
Construct a VOrderedSet and connect it to the specified object.
VOrderedSetIterator(). Constructor for class COM.objectspace.jgl.voyager.VOrderedSetIterator
Construct a VOrderedSetIterator that is not associated with an object.
VOrderedSetIterator(OrderedSetIterator, String). Constructor for class COM.objectspace.jgl.voyager.VOrderedSetIterator
VOrderedSetIterator(OrderedSetIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedSetIterator
VOrderedSetIterator(String). Constructor for class COM.objectspace.jgl.voyager.VOrderedSetIterator
VOrderedSetIterator(String, long). Constructor for class COM.objectspace.jgl.voyager.VOrderedSetIterator
VOrderedSetIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VOrderedSetIterator
Construct a VOrderedSetIterator and connect it to the specified object.
VOrderedSetOperations(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
Construct a VOrderedSetOperations that is not associated with an object.
VOrderedSetOperations(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VOrderedSetOperations
Construct a VOrderedSetOperations and connect it to the specified object.
VOutputIterator(). Constructor for class COM.objectspace.jgl.voyager.VOutputIterator
Construct a VOutputIterator that is not associated with an object.
VOutputIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VOutputIterator
Construct a VOutputIterator and connect it to the specified object.
VPair(). Constructor for class COM.objectspace.jgl.voyager.VPair
Construct a VPair that is not associated with an object.
VPair(Object, Object, String). Constructor for class COM.objectspace.jgl.voyager.VPair
VPair(Object, Object, String, long). Constructor for class COM.objectspace.jgl.voyager.VPair
VPair(Pair, String). Constructor for class COM.objectspace.jgl.voyager.VPair
VPair(Pair, String, long). Constructor for class COM.objectspace.jgl.voyager.VPair
VPair(String). Constructor for class COM.objectspace.jgl.voyager.VPair
VPair(String, long). Constructor for class COM.objectspace.jgl.voyager.VPair
VPair(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VPair
Construct a VPair and connect it to the specified object.
VPermuting(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VPermuting
Construct a VPermuting that is not associated with an object.
VPermuting(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VPermuting
Construct a VPermuting and connect it to the specified object.
VPrinting(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VPrinting
Construct a VPrinting that is not associated with an object.
VPrinting(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VPrinting
Construct a VPrinting and connect it to the specified object.
VPriorityQueue(). Constructor for class COM.objectspace.jgl.voyager.VPriorityQueue
Construct a VPriorityQueue that is not associated with an object.
VPriorityQueue(BinaryPredicate, String). Constructor for class COM.objectspace.jgl.voyager.VPriorityQueue
VPriorityQueue(BinaryPredicate, String, long). Constructor for class COM.objectspace.jgl.voyager.VPriorityQueue
VPriorityQueue(PriorityQueue, String). Constructor for class COM.objectspace.jgl.voyager.VPriorityQueue
VPriorityQueue(PriorityQueue, String, long). Constructor for class COM.objectspace.jgl.voyager.VPriorityQueue
VPriorityQueue(String). Constructor for class COM.objectspace.jgl.voyager.VPriorityQueue
VPriorityQueue(String, long). Constructor for class COM.objectspace.jgl.voyager.VPriorityQueue
VPriorityQueue(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VPriorityQueue
Construct a VPriorityQueue and connect it to the specified object.
VQueue(). Constructor for class COM.objectspace.jgl.voyager.VQueue
Construct a VQueue that is not associated with an object.
VQueue(Queue, String). Constructor for class COM.objectspace.jgl.voyager.VQueue
VQueue(Queue, String, long). Constructor for class COM.objectspace.jgl.voyager.VQueue
VQueue(Sequence, String). Constructor for class COM.objectspace.jgl.voyager.VQueue
VQueue(Sequence, String, long). Constructor for class COM.objectspace.jgl.voyager.VQueue
VQueue(String). Constructor for class COM.objectspace.jgl.voyager.VQueue
VQueue(String, long). Constructor for class COM.objectspace.jgl.voyager.VQueue
VQueue(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VQueue
Construct a VQueue and connect it to the specified object.
VRandomAccessIterator(). Constructor for class COM.objectspace.jgl.voyager.VRandomAccessIterator
Construct a VRandomAccessIterator that is not associated with an object.
VRandomAccessIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VRandomAccessIterator
Construct a VRandomAccessIterator and connect it to the specified object.
VRange(). Constructor for class COM.objectspace.jgl.voyager.VRange
Construct a VRange that is not associated with an object.
VRange(ForwardIterator, ForwardIterator, String). Constructor for class COM.objectspace.jgl.voyager.VRange
VRange(ForwardIterator, ForwardIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VRange
VRange(String). Constructor for class COM.objectspace.jgl.voyager.VRange
VRange(String, long). Constructor for class COM.objectspace.jgl.voyager.VRange
VRange(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VRange
Construct a VRange and connect it to the specified object.
VRemoving(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VRemoving
Construct a VRemoving that is not associated with an object.
VRemoving(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VRemoving
Construct a VRemoving and connect it to the specified object.
VReplacing(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VReplacing
Construct a VReplacing that is not associated with an object.
VReplacing(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VReplacing
Construct a VReplacing and connect it to the specified object.
VReversing(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VReversing
Construct a VReversing that is not associated with an object.
VReversing(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VReversing
Construct a VReversing and connect it to the specified object.
VRotating(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VRotating
Construct a VRotating that is not associated with an object.
VRotating(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VRotating
Construct a VRotating and connect it to the specified object.
VSequence(). Constructor for class COM.objectspace.jgl.voyager.VSequence
Construct a VSequence that is not associated with an object.
VSequence(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VSequence
Construct a VSequence and connect it to the specified object.
VSet(). Constructor for class COM.objectspace.jgl.voyager.VSet
Construct a VSet that is not associated with an object.
VSet(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VSet
Construct a VSet and connect it to the specified object.
VSetOperations(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VSetOperations
Construct a VSetOperations that is not associated with an object.
VSetOperations(String). Constructor for class COM.objectspace.jgl.voyager.algorithms.VSetOperations
VSetOperations(String, long). Constructor for class COM.objectspace.jgl.voyager.algorithms.VSetOperations
VSetOperations(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VSetOperations
Construct a VSetOperations and connect it to the specified object.
VShuffling(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VShuffling
Construct a VShuffling that is not associated with an object.
VShuffling(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VShuffling
Construct a VShuffling and connect it to the specified object.
VSList(). Constructor for class COM.objectspace.jgl.voyager.VSList
Construct a VSList that is not associated with an object.
VSList(int, Object, String). Constructor for class COM.objectspace.jgl.voyager.VSList
VSList(int, Object, String, long). Constructor for class COM.objectspace.jgl.voyager.VSList
VSList(int, String). Constructor for class COM.objectspace.jgl.voyager.VSList
VSList(int, String, long). Constructor for class COM.objectspace.jgl.voyager.VSList
VSList(SList, String). Constructor for class COM.objectspace.jgl.voyager.VSList
VSList(SList, String, long). Constructor for class COM.objectspace.jgl.voyager.VSList
VSList(String). Constructor for class COM.objectspace.jgl.voyager.VSList
VSList(String, long). Constructor for class COM.objectspace.jgl.voyager.VSList
VSList(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VSList
Construct a VSList and connect it to the specified object.
VSListIterator(). Constructor for class COM.objectspace.jgl.voyager.VSListIterator
Construct a VSListIterator that is not associated with an object.
VSListIterator(SListIterator, String). Constructor for class COM.objectspace.jgl.voyager.VSListIterator
VSListIterator(SListIterator, String, long). Constructor for class COM.objectspace.jgl.voyager.VSListIterator
VSListIterator(String). Constructor for class COM.objectspace.jgl.voyager.VSListIterator
VSListIterator(String, long). Constructor for class COM.objectspace.jgl.voyager.VSListIterator
VSListIterator(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VSListIterator
Construct a VSListIterator and connect it to the specified object.
VSorting(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VSorting
Construct a VSorting that is not associated with an object.
VSorting(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VSorting
Construct a VSorting and connect it to the specified object.
VStack(). Constructor for class COM.objectspace.jgl.voyager.VStack
Construct a VStack that is not associated with an object.
VStack(Sequence, String). Constructor for class COM.objectspace.jgl.voyager.VStack
VStack(Sequence, String, long). Constructor for class COM.objectspace.jgl.voyager.VStack
VStack(Stack, String). Constructor for class COM.objectspace.jgl.voyager.VStack
VStack(Stack, String, long). Constructor for class COM.objectspace.jgl.voyager.VStack
VStack(String). Constructor for class COM.objectspace.jgl.voyager.VStack
VStack(String, long). Constructor for class COM.objectspace.jgl.voyager.VStack
VStack(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VStack
Construct a VStack and connect it to the specified object.
VSwapping(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VSwapping
Construct a VSwapping that is not associated with an object.
VSwapping(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VSwapping
Construct a VSwapping and connect it to the specified object.
VTransforming(). Constructor for class COM.objectspace.jgl.voyager.algorithms.VTransforming
Construct a VTransforming that is not associated with an object.
VTransforming(VSubspace). Constructor for class COM.objectspace.jgl.voyager.algorithms.VTransforming
Construct a VTransforming and connect it to the specified object.
VUnaryFunction(). Constructor for class COM.objectspace.jgl.voyager.VUnaryFunction
Construct a VUnaryFunction that is not associated with an object.
VUnaryFunction(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VUnaryFunction
Construct a VUnaryFunction and connect it to the specified object.
VUnaryPredicate(). Constructor for class COM.objectspace.jgl.voyager.VUnaryPredicate
Construct a VUnaryPredicate that is not associated with an object.
VUnaryPredicate(VSubspace). Constructor for class COM.objectspace.jgl.voyager.VUnaryPredicate
Construct a VUnaryPredicate and connect it to the specified object.