public class ReadOnlyIntList extends java.lang.Object
boolean
contains(int value)
int
get(int index)
size()
java.util.stream.IntStream
stream()
int[]
toArray()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int size()
public int get(int index)
public boolean contains(int value)
public java.util.stream.IntStream stream()
public int[] toArray()