Uses of Class
org.eclipse.collections.impl.collection.immutable.AbstractImmutableCollection
Packages that use AbstractImmutableCollection
Package
Description
This package contains implementations of the
ImmutableList
interface.This package contains the implementations of
ImmutableSet
.This package contains implementations of
ImmutableSortedSet
.This package contains implementations of immutable sets with user defined
HashingStrategy
s.-
Uses of AbstractImmutableCollection in org.eclipse.collections.impl.list.immutable
Subclasses of AbstractImmutableCollection in org.eclipse.collections.impl.list.immutableModifier and TypeClassDescription(package private) class
This class is the parent class for all ImmutableLists.protected 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. -
Uses of AbstractImmutableCollection in org.eclipse.collections.impl.set.immutable
Subclasses of AbstractImmutableCollection in org.eclipse.collections.impl.set.immutableModifier and TypeClassDescriptionclass
This class is the parent class for all ImmutableSets.(package private) final class
(package private) final class
This is a zero elementImmutableSet
which is created by calling the Sets.immutable.empty() method.(package private) final class
(package private) final class
(package private) final class
(package private) final class
-
Uses of AbstractImmutableCollection in org.eclipse.collections.impl.set.sorted.immutable
Modifier and TypeClassDescription(package private) class
This class is the parent class for all ImmutableSortedSets.(package private) final class
This is a zero elementImmutableSortedSet
which is created by calling the SortedSets.immutable.empty() method.(package private) final class
-
Uses of AbstractImmutableCollection in org.eclipse.collections.impl.set.strategy.immutable
Modifier and TypeClassDescription(package private) final class
This is a zero elementImmutableUnifiedSetWithHashingStrategy
which is created by calling the HashingStrategySets.immutable.empty() method.(package private) final class