Package net.eternalclient.api.rs
Class EternalIterableNodeHashTable
- java.lang.Object
-
- net.eternalclient.api.rs.EternalIterableNodeHashTable
-
- All Implemented Interfaces:
java.util.Iterator
public class EternalIterableNodeHashTable extends java.lang.Object implements java.util.Iterator
-
-
Field Summary
Fields Modifier and Type Field Description int
it
RSNode
node
RSNodeHashTable
nodeHashTable
-
Constructor Summary
Constructors Constructor Description EternalIterableNodeHashTable(RSNodeHashTable nodeHashTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
RSNode
next()
-
-
-
Field Detail
-
node
public RSNode node
-
nodeHashTable
public final RSNodeHashTable nodeHashTable
-
it
public int it
-
-
Constructor Detail
-
EternalIterableNodeHashTable
public EternalIterableNodeHashTable(RSNodeHashTable nodeHashTable)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator
-
next
public RSNode next()
- Specified by:
next
in interfacejava.util.Iterator
-
-