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
HashingStrategys.-
Uses of AbstractImmutableCollection in org.eclipse.collections.impl.list.immutable
Subclasses of AbstractImmutableCollection in org.eclipse.collections.impl.list.immutableModifier and TypeClassDescription(package private) classThis class is the parent class for all ImmutableLists.protected static class(package private) final classAn ImmutableArrayList wraps a Java array, but it cannot be modified after creation.(package private) final classThis 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 classThis is a two element immutable List which is created by calling Immutable.newListWith(one, two) method.(package private) final classThis is a zero elementImmutableListwhich is created by calling the Lists.immutable.empty() method.(package private) final classThis 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 classThis 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 classThis is a four element immutable List which is created by calling Immutable.newListWith(one, two, three, four) method.(package private) final classThis is a five element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five) method.(package private) final classThis is a seven element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven) method.(package private) final classThis is a six element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six) method.(package private) final classThis is a single element immutable List which is created by calling Immutable.newListWith(one) method.(package private) final classThis 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 TypeClassDescriptionclassThis class is the parent class for all ImmutableSets.(package private) final class(package private) final classThis is a zero elementImmutableSetwhich 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) classThis class is the parent class for all ImmutableSortedSets.(package private) final classThis is a zero elementImmutableSortedSetwhich 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 classThis is a zero elementImmutableUnifiedSetWithHashingStrategywhich is created by calling the HashingStrategySets.immutable.empty() method.(package private) final class