jgl Package
Class Hierarchy
Index Top
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
B
back
(). Method in class COM.objectspace.jgl.
Array
Return my last item.
back
(). Method in class COM.objectspace.jgl.
ArrayAdapter
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.
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.
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.
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.
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.
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.
SList
Return an iterator positioned at my first item.
begin
(boolean[]). Static method in class COM.objectspace.jgl.
BooleanIterator
Return an iterator positioned at the first element of a particular array.
begin
(boolean[], BooleanArray). Static method in class COM.objectspace.jgl.
BooleanIterator
Return an iterator positioned at the first element of a particular array.
begin
(byte[]). Static method in class COM.objectspace.jgl.
ByteIterator
Return an iterator positioned at the first element of a particular array.
begin
(byte[], ByteArray). Static method in class COM.objectspace.jgl.
ByteIterator
Return an iterator positioned at the first element of a particular array.
begin
(char[]). Static method in class COM.objectspace.jgl.
CharIterator
Return an iterator positioned at the first element of a particular array.
begin
(char[], CharArray). Static method in class COM.objectspace.jgl.
CharIterator
Return an iterator positioned at the first element of a particular array.
begin
(double[], DoubleArray). Static method in class COM.objectspace.jgl.
DoubleIterator
Return an iterator positioned at the first element of a particular array.
begin
(float[]). Static method in class COM.objectspace.jgl.
FloatIterator
Return an iterator positioned at the first element of a particular array.
begin
(float[], FloatArray). Static method in class COM.objectspace.jgl.
FloatIterator
Return an iterator positioned at the first element of a particular array.
begin
(int[]). Static method in class COM.objectspace.jgl.
IntIterator
Return an iterator positioned at the first element of a particular array.
begin
(int[], IntArray). Static method in class COM.objectspace.jgl.
IntIterator
Return an iterator positioned at the first element of a particular array.
begin
(long[]). Static method in class COM.objectspace.jgl.
LongIterator
Return an iterator positioned at the first element of a particular array.
begin
(long[], LongArray). Static method in class COM.objectspace.jgl.
LongIterator
Return an iterator positioned at the first element of a particular array.
begin
(Object[]). Static method in class COM.objectspace.jgl.
ObjectIterator
Return an iterator positioned at the first element of a particular array.
begin
(Object[], ObjectArray). Static method in class COM.objectspace.jgl.
ObjectIterator
Return an iterator positioned at the first element of a particular array.
begin
(short[]). Static method in class COM.objectspace.jgl.
ShortIterator
Return an iterator positioned at the first element of a particular array.
begin
(short[], ShortArray). Static method in class COM.objectspace.jgl.
ShortIterator
Return an iterator positioned at the first element of a particular array.
begin
(Vector). Static method in class COM.objectspace.jgl.
VectorIterator
Return an iterator positioned at the first element of a particular java.util.Vector.
begin
(Vector, VectorArray). Static method in class COM.objectspace.jgl.
VectorIterator
Return an iterator positioned at the first element of a particular java.util.Vector.
Benchmark
(). Constructor for class COM.objectspace.jgl.
Benchmark
Construct a benchmark with the title
that never displays its status automatically.
Benchmark
(String). Constructor for class COM.objectspace.jgl.
Benchmark
Construct a benchmark with the specified title that never displays its status automatically.
Benchmark
(String, int). Constructor for class COM.objectspace.jgl.
Benchmark
Construct a benchmark with the specified title that displays its status automatically after every specified number of start/stop cycles.
BinaryCompose
(BinaryFunction, UnaryFunction, UnaryFunction). Constructor for class COM.objectspace.jgl.
BinaryCompose
Construct myself with a single binary function object and two unary function objects.
BinaryComposePredicate
(BinaryPredicate, UnaryFunction, UnaryFunction). Constructor for class COM.objectspace.jgl.
BinaryComposePredicate
Construct myself with a single binary predicate object and two unary function objects.
BinaryNot
(BinaryPredicate). Constructor for class COM.objectspace.jgl.
BinaryNot
Construct myself with a single binary predicate object.
BinaryPredicateFunction
(BinaryPredicate). Constructor for class COM.objectspace.jgl.
BinaryPredicateFunction
Construct myself with a binary predicate object.
BindFirst
(BinaryFunction, Object). Constructor for class COM.objectspace.jgl.
BindFirst
Construct myself with a binary function object and a predefined value.
BindFirstPredicate
(BinaryPredicate, Object). Constructor for class COM.objectspace.jgl.
BindFirstPredicate
Construct myself with a binary predicate object and a predefined value.
BindSecond
(BinaryFunction, Object). Constructor for class COM.objectspace.jgl.
BindSecond
Construct myself with a binary function object and a predefined value.
BindSecondPredicate
(BinaryPredicate, Object). Constructor for class COM.objectspace.jgl.
BindSecondPredicate
Construct myself with a binary predicate object and a predefined value.
BooleanArray
(). Constructor for class COM.objectspace.jgl.
BooleanArray
BooleanArray
(boolean[]). Constructor for class COM.objectspace.jgl.
BooleanArray
BooleanArray
(BooleanArray). Constructor for class COM.objectspace.jgl.
BooleanArray
BooleanIterator
(). Constructor for class COM.objectspace.jgl.
BooleanIterator
Construct myself to be an iterator with no associated data structure or position.
BooleanIterator
(boolean[], int). Constructor for class COM.objectspace.jgl.
BooleanIterator
Construct myself to be positioned at a particular index of a specific array.
BooleanIterator
(boolean[], int, BooleanArray). Constructor for class COM.objectspace.jgl.
BooleanIterator
Construct myself to be positioned at a particular index of a specific array.
BooleanIterator
(BooleanIterator). Constructor for class COM.objectspace.jgl.
BooleanIterator
Construct myself to be a copy of an existing iterator.
ByteArray
(). Constructor for class COM.objectspace.jgl.
ByteArray
ByteArray
(byte[]). Constructor for class COM.objectspace.jgl.
ByteArray
ByteArray
(ByteArray). Constructor for class COM.objectspace.jgl.
ByteArray
ByteIterator
(). Constructor for class COM.objectspace.jgl.
ByteIterator
Construct myself to be an iterator with no associated data structure or position.
ByteIterator
(byte[]). Constructor for class COM.objectspace.jgl.
ByteIterator
Construct myself to be an iterator positioned at the first element of a specified array.
ByteIterator
(byte[], ByteArray). Constructor for class COM.objectspace.jgl.
ByteIterator
Construct myself to be an iterator positioned at the first element of a specified array.
ByteIterator
(byte[], int). Constructor for class COM.objectspace.jgl.
ByteIterator
Construct myself to be positioned at a particular index of a specific array.
ByteIterator
(byte[], int, ByteArray). Constructor for class COM.objectspace.jgl.
ByteIterator
Construct myself to be positioned at a particular index of a specific array.
ByteIterator
(ByteIterator). Constructor for class COM.objectspace.jgl.
ByteIterator
Construct myself to be a copy of an existing iterator.