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.
|
Modifier and Type | Method and Description |
---|---|
<R> FastCollection<R> |
FastCollection.mapped(Function<? super E,? extends R> function)
Returns a view exposing elements through the specified mapping function.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionOperator<E>
An operator upon multiple elements of a collection yielding a result
of that collection type.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.