| Package | Description |
|---|---|
| javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
| 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 |
|---|
| Consumer
A special type of function which does not return anything.
|
| Equality
A comparator to be used for element 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.
|
| Reducer
An operator upon multiple elements of a collection yielding a result
of that collection type.
|
| Class and Description |
|---|
| Consumer
A special type of function which does not return anything.
|
| Equality
A comparator to be used for element equality as well as for
ordering.
|
| Iteration
A function iterating over a collection.
|
| Reducer
An operator upon multiple elements of a collection yielding a result
of that collection type.
|
| Supplier
A function which does not take any argument and returns instances
of a particular class.
|
| Class and Description |
|---|
| Equality
A comparator to be used for element equality as well as for
ordering.
|
| Splittable
An object which can be divided in distinct parts and on which the same
action may be performed on its part rather than its whole.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.