public class IterableAdapter<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Constructor and Description |
---|
IterableAdapter(java.util.Iterator<T> theIterator) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |