public interface JIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if the JIterator has more elements.
|
Object |
next()
Returns the next element in the JIterator.
|
boolean hasNext()
Object next()
© insightsoftware. All rights reserved.