ObjectSpace Homepage

JGL - The Generic Collection Library for Java
All Packages  Class Hierarchy Index of Fields and Methods
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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.
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.
orderedHash(Container). Static method in class com.objectspace.jgl.algorithms.Hashing
Compute an hash value for an ordered container.
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.
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.
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.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Packages  Class Hierarchy Index of Fields and Methods
Submit a bug or feature