|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imcode.util.IteratorWrapper
com.imcode.util.CountingIterator
public class CountingIterator
Constructor Summary | |
---|---|
CountingIterator(java.util.Iterator iterator)
|
Method Summary | |
---|---|
int |
getCount()
|
java.lang.Object |
next()
|
Methods inherited from class com.imcode.util.IteratorWrapper |
---|
hasNext, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CountingIterator(java.util.Iterator iterator)
Method Detail |
---|
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class IteratorWrapper
public int getCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |