Searched refs:newImmutableIntArrayList (Results 1 – 1 of 1) sorted by relevance
48 private static final IntArrayList UNARY_LIST = newImmutableIntArrayList(1);50 newImmutableIntArrayList(1, 2, 3);451 private static IntArrayList newImmutableIntArrayList(int... elements) { in newImmutableIntArrayList() method in IntArrayListTest