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 RSNodeget(long hash)RSNode[]getBuckets()intgetSize()java.util.Iteratoriterator()voidput(RSNode node, long hash)
-