org.codehaus.janino.util.iterator
Class IteratorCollection
java.lang.Object
java.util.AbstractCollection
org.codehaus.janino.util.iterator.IteratorCollection
- All Implemented Interfaces:
- Collection
- public class IteratorCollection
- extends AbstractCollection
A Collection
that lazily reads its elements from an
Iterator
.
Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
IteratorCollection
public IteratorCollection(Iterator iterator)
iterator
public Iterator iterator()
size
public int size()