Package net.runelite.api
Interface HashTable<T extends Node>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(long value)
Gets a node by its hash value.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
get
T get(long value)
Gets a node by its hash value.- Parameters:
value
- the node value- Returns:
- the associated node
-
-