Uses of Class
org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayList
-
Packages that use ImmutableIntArrayList Package Description org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces. -
-
Uses of ImmutableIntArrayList in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableIntArrayList Modifier and Type Method Description static ImmutableIntArrayList
ImmutableIntArrayList. newList(IntIterable iterable)
static ImmutableIntArrayList
ImmutableIntArrayList. newListWith(int... elements)
ImmutableIntArrayList
ImmutableIntArrayList. toReversed()
-