|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ochafik.util.CollectionAdapter.IteratorAdapter
protected class CollectionAdapter.IteratorAdapter
Constructor Summary | |
---|---|
CollectionAdapter.IteratorAdapter(Iterator<U> iterator)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
V |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionAdapter.IteratorAdapter(Iterator<U> iterator)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<V>
public V next()
next
in interface Iterator<V>
public void remove()
remove
in interface Iterator<V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |