Uses of Class
org.eclipse.collections.impl.list.immutable.AbstractImmutableList
Packages that use AbstractImmutableList
-
Uses of AbstractImmutableList in org.eclipse.collections.impl.list.immutable
Subclasses of AbstractImmutableList in org.eclipse.collections.impl.list.immutableModifier and TypeClassDescriptionprotected static class
(package private) final class
An ImmutableArrayList wraps a Java array, but it cannot be modified after creation.(package private) final class
This is a ten element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven, eight, nine, ten) method.(package private) final class
This is a two element immutable List which is created by calling Immutable.newListWith(one, two) method.(package private) final class
This is a zero elementImmutableList
which is created by calling the Lists.immutable.empty() method.(package private) final class
This is a nine element immutable List which is created by calling Lists.immutable.with(one, two, three, four, five, six, seven, eight, nine) method.(package private) final class
This is an eight element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven, eight) method.(package private) final class
This is a four element immutable List which is created by calling Immutable.newListWith(one, two, three, four) method.(package private) final class
This is a five element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five) method.(package private) final class
This is a seven element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven) method.(package private) final class
This is a six element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six) method.(package private) final class
This is a single element immutable List which is created by calling Immutable.newListWith(one) method.(package private) final class
This is a three element immutable List which is created by calling Immutable.newListWith(one, two, three) method.