Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
javolution.util.function |
Basic functions for lambda expressions and method references.
|
javolution.util.service |
Service interfaces to be implemented by
javolution.util.*
collections and collections views. |
Class and Description |
---|
CollectionOperator
An operator upon multiple elements of a collection yielding a result
of that collection type.
|
Consumer
A special type of function which does not return anything.
|
EqualityComparator
A coherent comparator to be used for equality as well as for
ordering.
|
Function
A function that perform some operation and returns the result of
that operation.
|
Predicate
A function which states or affirms the attribute or quality of something.
|
Class and Description |
---|
CollectionOperator
An operator upon multiple elements of a collection yielding a result
of that collection type.
|
EqualityComparator
A coherent comparator to be used for equality as well as for
ordering.
|
Function
A function that perform some operation and returns the result of
that operation.
|
Class and Description |
---|
Consumer
A special type of function which does not return anything.
|
EqualityComparator
A coherent comparator to be used for equality as well as for
ordering.
|
Predicate
A function which states or affirms the attribute or quality of something.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.