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
U
UnaryCompose
(UnaryFunction, UnaryFunction). Constructor for class COM.objectspace.jgl.
UnaryCompose
Construct myself with two unary function objects.
UnaryComposePredicate
(UnaryPredicate, UnaryFunction). Constructor for class COM.objectspace.jgl.
UnaryComposePredicate
Construct myself with a unary predicate object and a unary function object.
UnaryNot
(UnaryPredicate). Constructor for class COM.objectspace.jgl.
UnaryNot
Construct myself with a single unary predicate object.
UnaryPredicateFunction
(UnaryPredicate). Constructor for class COM.objectspace.jgl.
UnaryPredicateFunction
Construct myself with a unary predicate object.
union
(HashSet). Method in class COM.objectspace.jgl.
HashSet
Return a new HashSet that contains all of my elements and all of the elements in a specified HashSet.
union
(OrderedSet). Method in class COM.objectspace.jgl.
OrderedSet
Return a new OrderedSet that contains all of my elements and all of the elements in a specified OrderedSet.
unique
(). Method in class COM.objectspace.jgl.
DList
Replace all repeating sequences of a single element by a single occurrence of that element.
unique
(Container). Static method in class COM.objectspace.jgl.
Filtering
Replace all consecutive occurrences of an object in a container by a single instance of that object.
unique
(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.
Filtering
Replace all consecutive occurrences of an object in a container by a single instance of that object.
unique
(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.
Filtering
Replace all consecutive occurrences of an object in a sequence by a single instance of that object.
unique
(ForwardIterator, ForwardIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.
Filtering
Replace all consecutive occurrences of an object in a sequence by a single instance of that object.
uniqueCopy
(Container, Container). Static method in class COM.objectspace.jgl.
Filtering
Copy the contents of one container into another container, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy
(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.
Filtering
Copy the contents of one container into another container, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy
(Container, OutputIterator). Static method in class COM.objectspace.jgl.
Filtering
Copy a container into another sequence, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy
(Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.
Filtering
Copy a container into another sequence, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy
(InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.
Filtering
Copy a sequence into another sequence, replacing all consecutive occurrences of an object by a single instance of that object.
uniqueCopy
(InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.
Filtering
Copy a sequence into another sequence, replacing all consecutive occurrences of an object by a single instance of that object.
unorderedHash
(Container). Static method in class COM.objectspace.jgl.
Hashing
Compute an hash value for an unordered container.
unorderedHash
(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.
Hashing
Compute a hash value for a range of elements in an uordered container.
upperBound
(Object). Method in class COM.objectspace.jgl.
HashMap
Return an iterator positioned at the last location that a pair with a specified key could be inserted without violating the ordering criteria.
upperBound
(Object). Method in class COM.objectspace.jgl.
HashSet
Return an iterator positioned at the last location that a particular object could be inserted without violating the ordering criteria.
upperBound
(Object). Method in class COM.objectspace.jgl.
OrderedMap
Return an iterator positioned at the last location that a pair with a specified key could be inserted without violating the ordering criteria.
upperBound
(Object). Method in class COM.objectspace.jgl.
OrderedSet
Return an iterator positioned at the last location that a particular object could be inserted without violating the ordering criteria.