public class NNumberedIterator<T> extends Object implements Iterator<NNumberedObject<T>>
| Constructor and Description |
|---|
NNumberedIterator(Iterator<T> base,
Long from0,
Long to0) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
NNumberedObject<T> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
hasNext in interface Iterator<NNumberedObject<T>>public NNumberedObject<T> next()
next in interface Iterator<NNumberedObject<T>>Copyright © 2026 vpc open source initiative. All rights reserved.