public interface JIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns true if the JIterator has more elements.
|
java.lang.Object |
next()
Returns the next element in the JIterator.
|
boolean hasNext()
java.lang.Object next()