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 ImmutableIntArrayListImmutableIntArrayList. newList(IntIterable iterable)static ImmutableIntArrayListImmutableIntArrayList. newListWith(int... elements)ImmutableIntArrayListImmutableIntArrayList. toReversed()
-