Uses of Class
org.eclipse.collections.impl.collection.mutable.AbstractMutableCollection
Packages that use AbstractMutableCollection
Package
Description
This package contains implementations of the
FixedSizeList interface.This package contains implementations of the
MutableList interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of
MutableSortedSet.This package contains implementations of sets with user defined
HashingStrategys.-
Uses of AbstractMutableCollection in org.eclipse.collections.impl.list.fixed
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.list.fixedModifier and TypeClassDescriptionclassclassfinal 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.mutableModifier and TypeClassDescriptionclassfinal classCompositeFastList 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
Modifier and TypeClassDescriptionclassA boxed view of aMutableBooleanList.classA boxed view of aMutableByteList.classA boxed view of aMutableCharList.classA boxed view of aMutableDoubleList.classA boxed view of aMutableFloatList.classA boxed view of aMutableIntList.classA boxed view of aMutableLongList.classA boxed view of aMutableShortList. -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.mutable -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.mutable.primitive
Modifier and TypeClassDescriptionclassA boxed view of aMutableBooleanSet.classA boxed view of aMutableByteSet.classA boxed view of aMutableCharSet.classA boxed view of aMutableDoubleSet.classA boxed view of aMutableFloatSet.classA boxed view of aMutableIntSet.classA boxed view of aMutableLongSet.classA 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 -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.strategy.mutable