public class LimitedIterator<T> extends java.lang.Object implements CloseableIterator<T>
| Constructor and Description |
|---|
LimitedIterator(java.util.Iterator<T> inputIterator,
Limited limited) |
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>public void close()
close in interface java.lang.AutoCloseableclose in interface CloseableIterator<T>Copyright © 2013 echocat. All Rights Reserved.