Searched refs:newImmutableLongArrayList (Results 1 – 1 of 1) sorted by relevance
48 private static final LongArrayList UNARY_LIST = newImmutableLongArrayList(1);50 newImmutableLongArrayList(1, 2, 3);451 private static LongArrayList newImmutableLongArrayList(long... elements) { in newImmutableLongArrayList() method in LongArrayListTest