com.threerings.presents.dobj
Class OidList.OidIterator
java.lang.Object
com.threerings.presents.dobj.OidList.OidIterator
- All Implemented Interfaces:
- Iterator<Integer>
- Enclosing class:
- OidList
protected class OidList.OidIterator
- extends Object
- implements Iterator<Integer>
|
Field Summary |
protected int |
_index
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_index
protected int _index
OidList.OidIterator
protected OidList.OidIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Integer>
next
public Integer next()
- Specified by:
next in interface Iterator<Integer>
remove
public void remove()
- Specified by:
remove in interface Iterator<Integer>