Uses of Class
org.eclipse.collections.impl.list.immutable.ImmutableArrayList
-
Packages that use ImmutableArrayList Package Description org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface. -
-
Uses of ImmutableArrayList in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable that return ImmutableArrayList Modifier and Type Method Description static <E> ImmutableArrayList<E>
ImmutableArrayList. newList(java.lang.Iterable<? extends E> iterable)
static <E> ImmutableArrayList<E>
ImmutableArrayList. newListWith(E... elements)
Methods in org.eclipse.collections.impl.list.immutable with parameters of type ImmutableArrayList Modifier and Type Method Description boolean
ImmutableArrayList. immutableArrayListEquals(ImmutableArrayList<?> otherList)
-