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
U
UnaryAnd
(UnaryPredicate, UnaryPredicate). Constructor for class com.objectspace.jgl.predicates.
UnaryAnd
Construct myself with two unary predicate objects.
UnaryAnd
(UnaryPredicate[]). Constructor for class com.objectspace.jgl.predicates.
UnaryAnd
Construct myself to use all given predicates for testing.
UnaryCompose
(UnaryFunction, UnaryFunction). Constructor for class com.objectspace.jgl.functions.
UnaryCompose
Construct myself with two unary function objects.
UnaryComposePredicate
(UnaryPredicate, UnaryFunction). Constructor for class com.objectspace.jgl.predicates.
UnaryComposePredicate
Construct myself with a unary predicate object and a unary function object.
UnaryNot
(UnaryPredicate). Constructor for class com.objectspace.jgl.predicates.
UnaryNot
Construct myself with a single unary predicate object.
UnaryOr
(UnaryPredicate, UnaryPredicate). Constructor for class com.objectspace.jgl.predicates.
UnaryOr
Construct myself with two unary predicate objects.
UnaryOr
(UnaryPredicate[]). Constructor for class com.objectspace.jgl.predicates.
UnaryOr
Construct myself to use all given predicates for testing.
UnaryPredicateFunction
(UnaryPredicate). Constructor for class com.objectspace.jgl.functions.
UnaryPredicateFunction
Construct myself with a unary predicate object.
UnaryTern
(UnaryPredicate, UnaryPredicate, UnaryPredicate). Constructor for class com.objectspace.jgl.predicates.
UnaryTern
Construct myself to emulate the ternary operator.
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.algorithms.
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.algorithms.
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.algorithms.
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.algorithms.
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.algorithms.
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.algorithms.
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.algorithms.
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.algorithms.
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.algorithms.
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.algorithms.
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.algorithms.
Hashing
Compute an hash value for an unordered container.
unorderedHash
(ForwardIterator, ForwardIterator). Static method in class com.objectspace.jgl.algorithms.
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.
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