com.threerings.presents.dobj
Class OidList.OidIterator

java.lang.Object
  extended by 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
           
 
Constructor Summary
protected OidList.OidIterator()
           
 
Method Summary
 boolean hasNext()
           
 Integer next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_index

protected int _index
Constructor Detail

OidList.OidIterator

protected OidList.OidIterator()
Method Detail

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>