public class IterableToIteratorFunction<T> extends Object implements Function<Iterable<T>,Iterator<T>>
IterableToIteratorFunction()
Iterator<T>
apply(Iterable<T> iterable)
static <T> Function<Iterable<T>,Iterator<T>>
instance()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public IterableToIteratorFunction()
public static <T> Function<Iterable<T>,Iterator<T>> instance()
public Iterator<T> apply(Iterable<T> iterable)
apply
Function<Iterable<T>,Iterator<T>>
Copyright © 2014. All Rights Reserved.