public class IterableToIteratorFunction<T>
extends java.lang.Object
implements com.google.common.base.Function<java.lang.Iterable<T>,java.util.Iterator<T>>
| Constructor and Description |
|---|
IterableToIteratorFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
apply(java.lang.Iterable<T> iterable) |
static <T> com.google.common.base.Function<java.lang.Iterable<T>,java.util.Iterator<T>> |
instance() |
Copyright © 2014 Seam Framework. All Rights Reserved.