Package net.runelite.api
Interface IterableHashTable<T extends Node>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(long hash)
void
put(T node, long hash)
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-