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.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>classArrayAdapter<T>This class provides a MutableList wrapper around an array. -
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>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.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>
-