Uses of Class
org.eclipse.collections.impl.collection.mutable.AbstractMutableCollection
-
Packages that use AbstractMutableCollection Package Description org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.set org.eclipse.collections.impl.set.fixed This package contains implementations ofFixedSizeSet.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys. -
-
Uses of AbstractMutableCollection in org.eclipse.collections.impl.list.fixed
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.list.fixed Modifier and Type Class Description classAbstractArrayAdapter<T>classAbstractMemoryEfficientMutableList<T>private static classAbstractMemoryEfficientMutableList.SubList<T>classArrayAdapter<T>This class provides a MutableList wrapper around an array.(package private) classDoubletonList<T>A DoubletonList is a two-element memory efficient List.(package private) classEmptyList<T>This class is a memory efficient list with no elements.(package private) classQuadrupletonList<T>This is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).(package private) classQuintupletonList<T>This is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).(package private) classSextupletonList<T>This is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).(package private) classSingletonList<T>This class is a memory efficient list with one element.(package private) classTripletonList<T>This is a three element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three). -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.list.mutable
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.list.mutable Modifier and Type Class Description classAbstractMutableList<T>protected static classAbstractMutableList.SubList<T>classCompositeFastList<E>CompositeFastList behaves like a list, but is composed of at least one list.classFastList<T>FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions. -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.list.mutable.primitive
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.list.mutable.primitive Modifier and Type Class Description classBoxedMutableBooleanListA boxed view of aMutableBooleanList.classBoxedMutableByteListA boxed view of aMutableByteList.classBoxedMutableCharListA boxed view of aMutableCharList.classBoxedMutableDoubleListA boxed view of aMutableDoubleList.classBoxedMutableFloatListA boxed view of aMutableFloatList.classBoxedMutableIntListA boxed view of aMutableIntList.classBoxedMutableLongListA boxed view of aMutableLongList.classBoxedMutableShortListA boxed view of aMutableShortList. -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set Modifier and Type Class Description classAbstractUnifiedSet<T> -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.fixed
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.fixed Modifier and Type Class Description (package private) classAbstractMemoryEfficientMutableSet<T>(package private) classDoubletonSet<T>(package private) classEmptySet<T>This class is a memory efficient list with no elements.(package private) classQuadrupletonSet<T>(package private) classSingletonSet<T>(package private) classTripletonSet<T> -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.mutable Modifier and Type Class Description classAbstractMutableSet<T>classUnifiedSet<T> -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.mutable.primitive
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.mutable.primitive Modifier and Type Class Description classBoxedMutableBooleanSetA boxed view of aMutableBooleanSet.classBoxedMutableByteSetA boxed view of aMutableByteSet.classBoxedMutableCharSetA boxed view of aMutableCharSet.classBoxedMutableDoubleSetA boxed view of aMutableDoubleSet.classBoxedMutableFloatSetA boxed view of aMutableFloatSet.classBoxedMutableIntSetA boxed view of aMutableIntSet.classBoxedMutableLongSetA boxed view of aMutableLongSet.classBoxedMutableShortSetA boxed view of aMutableShortSet. -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.sorted.mutable
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.sorted.mutable Modifier and Type Class Description classTreeSortedSet<T> -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.strategy.mutable
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.strategy.mutable Modifier and Type Class Description classUnifiedSetWithHashingStrategy<T>
-