Uses of Class
org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayList
-
Packages that use ImmutableCharArrayList 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 ImmutableCharArrayList in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableCharArrayList Modifier and Type Method Description static ImmutableCharArrayList
ImmutableCharArrayList. newList(CharIterable iterable)
static ImmutableCharArrayList
ImmutableCharArrayList. newListWith(char... elements)
ImmutableCharArrayList
ImmutableCharArrayList. toReversed()
-