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
D
Deque
(). Constructor for class com.objectspace.jgl.
Deque
Construct myself to be an empty Deque.
Deque
(Deque). Constructor for class com.objectspace.jgl.
Deque
Construct myself to be a shallow copy of an existing Deque.
Deque
(int). Constructor for class com.objectspace.jgl.
Deque
Construct myself to contain a specified number of null elements.
Deque
(int, Object). Constructor for class com.objectspace.jgl.
Deque
Construct myself to contain a specified number of elements set to a particular object.
DequeIterator
(). Constructor for class com.objectspace.jgl.
DequeIterator
Construct myself to be an iterator with no associated data structure or position.
DequeIterator
(DequeIterator). Constructor for class com.objectspace.jgl.
DequeIterator
Construct myself to be a copy of an existing iterator.
detect
(Container, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Finding
Return the first object in a container that satisfies a specified predicate, or null if no such object exists.
detect
(InputIterator, InputIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.
Finding
Return the first object in a range that satisfies a specified predicate, or null if no such object exists.
difference
(HashSet). Method in class com.objectspace.jgl.
HashSet
Return a new HashSet that contains the elements that are in me but not in a specified set.
difference
(OrderedSet). Method in class com.objectspace.jgl.
OrderedSet
Return a new OrderedSet that contains the elements that are in me but not in a specified set.
distance
(ForwardIterator). Method in class com.objectspace.jgl.
ArrayIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
BooleanIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
ByteIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
CharIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.
DequeIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.
DListIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
DoubleIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
FloatIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in interface com.objectspace.jgl.
ForwardIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.
HashMapIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.
HashSetIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
IntIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
LongIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
ObjectIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.
OrderedMapIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.
OrderedSetIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.util.
ReverseIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
ShortIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.
SListIterator
Return the distance from myself to another iterator.
distance
(ForwardIterator). Method in class com.objectspace.jgl.adapters.
VectorIterator
Return the distance from myself to another iterator.
DividesNumber
(). Constructor for class com.objectspace.jgl.functions.
DividesNumber
Construct myself to use intValue() for operation.
DividesNumber
(Class). Constructor for class com.objectspace.jgl.functions.
DividesNumber
Construct myself to operate on objects of the given class.
DividesNumber
(Class, int). Constructor for class com.objectspace.jgl.functions.
DividesNumber
Construct myself to operate on objects of the given class.
DList
(). Constructor for class com.objectspace.jgl.
DList
Construct myself to be an empty DList.
DList
(DList). Constructor for class com.objectspace.jgl.
DList
Construct myself to be a shallow copy of an existing DList.
DList
(int). Constructor for class com.objectspace.jgl.
DList
Construct myself to contain a specified number of null elements.
DList
(int, Object). Constructor for class com.objectspace.jgl.
DList
Construct myself to contain a specified number of elements set to a particular object.
DListIterator
(). Constructor for class com.objectspace.jgl.
DListIterator
Construct myself to be an iterator with no associated object structure or position.
DListIterator
(DListIterator). Constructor for class com.objectspace.jgl.
DListIterator
Construct myself to be a copy of an existing iterator.
DoubleArray
(). Constructor for class com.objectspace.jgl.adapters.
DoubleArray
Construct myself to refer to an empty array.
DoubleArray
(double[]). Constructor for class com.objectspace.jgl.adapters.
DoubleArray
Construct myself to refer to a native Java array.
DoubleArray
(DoubleArray). Constructor for class com.objectspace.jgl.adapters.
DoubleArray
Construct myself to refer to an existing DoubleArray.
DoubleArray
(DoubleBuffer). Constructor for class com.objectspace.jgl.adapters.
DoubleArray
Construct myself to be a copy of an existing DoubleBuffer.
doubleAt
(int). Method in class com.objectspace.jgl.adapters.
DoubleArray
Return the integer at the specified index as a Double object.
doubleAt
(int). Method in class com.objectspace.jgl.adapters.
DoubleBuffer
Return the double at the specified index.
DoubleBuffer
(). Constructor for class com.objectspace.jgl.adapters.
DoubleBuffer
Construct myself to be an empty DoubleBuffer.
DoubleBuffer
(double[]). Constructor for class com.objectspace.jgl.adapters.
DoubleBuffer
Construct myself to use a specified array as my initial storage.
DoubleBuffer
(DoubleBuffer). Constructor for class com.objectspace.jgl.adapters.
DoubleBuffer
Construct myself to be a copy of an existing DoubleBuffer.
DoubleBuffer
(int). Constructor for class com.objectspace.jgl.adapters.
DoubleBuffer
Construct myself to contain a specified number of null elements.
DoubleBuffer
(int, double). Constructor for class com.objectspace.jgl.adapters.
DoubleBuffer
Construct myself to contain a specified number of elements set to a particular object.
DoubleIterator
(). Constructor for class com.objectspace.jgl.adapters.
DoubleIterator
Construct myself to be an iterator with no associated data structure or position.
DoubleIterator
(double[], int). Constructor for class com.objectspace.jgl.adapters.
DoubleIterator
Construct myself to be positioned at a particular index of a specific array of doubles.
DoubleIterator
(DoubleArray, int). Constructor for class com.objectspace.jgl.adapters.
DoubleIterator
Construct myself to be positioned at a particular index of a specific DoubleArray.
DoubleIterator
(DoubleBuffer, int). Constructor for class com.objectspace.jgl.adapters.
DoubleIterator
Construct myself to be positioned at a particular index of a specific DoubleBuffer.
DoubleIterator
(DoubleIterator). Constructor for class com.objectspace.jgl.adapters.
DoubleIterator
Construct myself to be a copy of an existing iterator.
dump
(). Method in class com.objectspace.jgl.
OrderedMap
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