Iterable<T>
public class DummyIterable<T> extends Object implements Iterable<T>
DummyIterable()
T
get()
Iterator<T>
iterator()
void
set(T element)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public DummyIterable()
public Iterator<T> iterator()
iterator
public void set(T element)
public T get()