Package net.eternalclient.api.rs
Interface RSIterableNodeHashTable<T extends RSNode>
-
- All Superinterfaces:
java.lang.Iterable<T>
public interface RSIterableNodeHashTable<T extends RSNode> extends java.lang.Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSNode
get(long hash)
RSNode[]
getBuckets()
int
getSize()
java.util.Iterator
iterator()
void
put(RSNode node, long hash)
-