Package net.runelite.api
Interface IndexedObjectSet<T>
-
- All Superinterfaces:
java.lang.Iterable<T>
public interface IndexedObjectSet<T> extends java.lang.Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TbyIndex(int index)default java.util.Spliterator<T>spliterator()default java.util.stream.Stream<T>stream()
-