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
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
(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.
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.
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.
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