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
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.adapters.
VectorArray
Retrieve the underlying Vector.
get
(). Method in class com.objectspace.jgl.adapters.
VectorIterator
Return the object at my current position.
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.adapters.
VectorIterator
Return the object that is a specified distance from my current position.
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.
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.
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.adapters.
VectorIterator
Return a VectorArray for my associated Container since java.util.Vector isn't in the JGL hierarchy (but should be
;-)
).
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.
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.
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
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