| Package | Description |
|---|---|
| javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
| 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.
|
<R> FastTable<R> |
FastTable.mapped(Function<? super E,? extends R> function) |
Copyright © 2017. All rights reserved.