| Package | Description |
|---|---|
| org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,V> Iterable<T> |
DelegateIterable.around(Iterable<V> delegate,
Function<V,T> converter) |
static <T,V> Iterator<T> |
DelegateIterator.around(Iterator<V> delegate,
Function<V,T> converter) |
| Constructor and Description |
|---|
DelegateIterable(Iterable<V> delegate,
Function<V,T> converter) |
DelegateIterator(Iterator<V> delegate,
Function<V,T> converter) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.