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
F
fill
(Container, Object). Static method in class COM.objectspace.jgl.
Filling
Fill a container with a particular value.
fill
(ForwardIterator, ForwardIterator, Object). Static method in class COM.objectspace.jgl.
Filling
Fill a specified range with a particular value.
fillN
(OutputIterator, int, Object). Static method in class COM.objectspace.jgl.
Filling
Assign an object to a number of elements starting at a specified location.
find
(Container, Object). Static method in class COM.objectspace.jgl.
Finding
Find the first element in a container that matches a particular object using equals().
find
(DListIterator, DListIterator, Object). Method in class COM.objectspace.jgl.
DList
Return an iterator positioned at the first object within a specified range that matches a particular object, or end() if the object is not found.
find
(InputIterator, InputIterator, Object). Static method in class COM.objectspace.jgl.
Finding
Find the first element in a sequence that matches a particular object using equals().
find
(Object). Method in class COM.objectspace.jgl.
DList
Return an iterator positioned at the first object that matches a particular value, or end() if the object is not found.
find
(Object). Method in class COM.objectspace.jgl.
HashMap
Find the first key/value pair based on its key and return its position.
find
(Object). Method in class COM.objectspace.jgl.
HashSet
Find an object and return its position.
find
(Object). Method in class COM.objectspace.jgl.
OrderedMap
Find a key/value pair based on its key and return its position.
find
(Object). Method in class COM.objectspace.jgl.
OrderedSet
Find an object and return its position.
find
(Object). Method in class COM.objectspace.jgl.
SList
Return an iterator positioned at the first object that matches a particular value, or end() if the object is not found.
find
(SListIterator, SListIterator, Object). Method in class COM.objectspace.jgl.
SList
Return an iterator positioned at the first object within a specified range that match a particular object, or end() if the object is not found.
findIf
(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.
Finding
Find the first element in a container that satisfies a predicate.
findIf
(InputIterator, InputIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.
Finding
Find the first element in a sequence that satisfies a predicate.
finish
(). Method in class COM.objectspace.jgl.
Array
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
BooleanArray
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
ByteArray
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
CharArray
Return an iterator positioned immediately after my last item.
finish
(). Method in interface COM.objectspace.jgl.
Container
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
Deque
Return an iterator positioned immediately afer my last item.
finish
(). Method in class COM.objectspace.jgl.
DList
Return an iterator positioned immediately afer my last item.
finish
(). Method in class COM.objectspace.jgl.
DoubleArray
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
FloatArray
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
HashMap
Return an iterator positioned immediately afer my last pair.
finish
(). Method in class COM.objectspace.jgl.
HashSet
Return an iterator positioned immediately afer my last item.
finish
(). Method in class COM.objectspace.jgl.
IntArray
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
LongArray
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
Map
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
ObjectArray
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
OrderedMap
Return an iterator positioned immediately afer my last pair.
finish
(). Method in class COM.objectspace.jgl.
OrderedSet
Return an iterator positioned immediately afer my last item.
finish
(). Method in class COM.objectspace.jgl.
PriorityQueue
Return an iterator positioned immediately afer my last item.
finish
(). Method in class COM.objectspace.jgl.
Queue
Return an iterator positioned immediately afer my last item.
finish
(). Method in class COM.objectspace.jgl.
ShortArray
Return an iterator positioned immediately after my last item.
finish
(). Method in class COM.objectspace.jgl.
SList
Return an iterator positioned immediately afer my last item.
finish
(). Method in class COM.objectspace.jgl.
Stack
Return an iterator positioned immediately afer my last item.
finish
(). Method in class COM.objectspace.jgl.
VectorArray
Return an iterator positioned immediately after my last item.
first
. Variable in class COM.objectspace.jgl.
Pair
The first object.
FloatArray
(). Constructor for class COM.objectspace.jgl.
FloatArray
FloatArray
(float[]). Constructor for class COM.objectspace.jgl.
FloatArray
FloatArray
(FloatArray). Constructor for class COM.objectspace.jgl.
FloatArray
FloatIterator
(). Constructor for class COM.objectspace.jgl.
FloatIterator
Construct myself to be an iterator with no associated data structure or position.
FloatIterator
(float[]). Constructor for class COM.objectspace.jgl.
FloatIterator
Construct myself to be an iterator positioned at the first element of a specified array.
FloatIterator
(float[], FloatArray). Constructor for class COM.objectspace.jgl.
FloatIterator
Construct myself to be an iterator positioned at the first element of a specified array.
FloatIterator
(float[], int). Constructor for class COM.objectspace.jgl.
FloatIterator
Construct myself to be positioned at a particular index of a specific array.
FloatIterator
(float[], int, FloatArray). Constructor for class COM.objectspace.jgl.
FloatIterator
Construct myself to be positioned at a particular index of a specific array.
FloatIterator
(FloatIterator). Constructor for class COM.objectspace.jgl.
FloatIterator
Construct myself to be a copy of an existing iterator.
forEach
(Container, UnaryFunction). Static method in class COM.objectspace.jgl.
Applying
Apply a unary function to every element in a container.
forEach
(InputIterator, InputIterator, UnaryFunction). Static method in class COM.objectspace.jgl.
Applying
Apply a unary function to every element in a specified range.
front
(). Method in class COM.objectspace.jgl.
Array
Return my first item.
front
(). Method in class COM.objectspace.jgl.
ArrayAdapter
Return my first element.
front
(). Method in class COM.objectspace.jgl.
Deque
Return my first item.
front
(). Method in class COM.objectspace.jgl.
DList
Return my first item.
front
(). Method in class COM.objectspace.jgl.
Queue
Return the object at my front.
front
(). Method in interface COM.objectspace.jgl.
Sequence
Return my first element.
front
(). Method in class COM.objectspace.jgl.
SList
Return my first item.