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
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.
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.adapters.
VectorArray
Return an iterator positioned at my first item.
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
(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.
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