|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jjoost.collections.iters.HeadIterator<E>
org.jjoost.collections.iters.HeadClosableIterator<E>
public class HeadClosableIterator<E>
| Constructor Summary | |
|---|---|
HeadClosableIterator(ClosableIterator<E> iterator,
int count)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
hasNext()
|
| Methods inherited from class org.jjoost.collections.iters.HeadIterator |
|---|
count, next, remove |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
next, remove |
| Constructor Detail |
|---|
public HeadClosableIterator(ClosableIterator<E> iterator,
int count)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<E>hasNext in class HeadIterator<E>public void close()
close in interface ClosableIterator<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||