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