Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
javolution.util.service |
Service interfaces to be implemented by
javolution.util.*
collections and collections views. |
Modifier and Type | Method and Description |
---|---|
void |
FastCollection.forEach(Consumer<? super E> consumer)
Iterates over all this collection elements applying the specified
consumer.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionService.forEach(Consumer<? super E> consumer,
CollectionService.IterationController controller)
Traverses the elements of this collection.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.