Package net.runelite.api
Interface IterableHashTable<T extends Node>
-
- All Superinterfaces:
java.lang.Iterable<T>
public interface IterableHashTable<T extends Node> extends java.lang.Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(long hash)voidput(T node, long hash)
-