Uses of Class
org.eclipse.collections.impl.list.mutable.AbstractMutableList
Packages that use AbstractMutableList
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.
-
Uses of AbstractMutableList in org.eclipse.collections.impl.list.fixed
Subclasses of AbstractMutableList in org.eclipse.collections.impl.list.fixedModifier and TypeClassDescriptionclassclassfinal classArrayAdapter<T>This class provides a MutableList wrapper around an array. -
Uses of AbstractMutableList in org.eclipse.collections.impl.list.mutable
Subclasses of AbstractMutableList in org.eclipse.collections.impl.list.mutableModifier and TypeClassDescriptionfinal 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 AbstractMutableList in org.eclipse.collections.impl.list.mutable.primitive
Subclasses of AbstractMutableList in org.eclipse.collections.impl.list.mutable.primitiveModifier 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.