public class IterableImpl<T> extends Object implements Iterable<T>
Iterator
IterableImpl(Iterator<T> iterator)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IterableImpl(Iterator<T> iterator)
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2014. All rights reserved.