Package net.runelite.api
Interface IndexedObjectSet<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TbyIndex(int index)default Spliterator<T>spliterator()default Stream<T>stream()
-
-
-
Method Detail
-
byIndex
T byIndex(int index)
-
spliterator
default Spliterator<T> spliterator()
- Specified by:
spliteratorin interfaceIterable<T>
-
-