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 TypeClassDescriptionclassclassprivate static classfinal classArrayAdapter<T>This class provides a MutableList wrapper around an array.(package private) final classA DoubletonList is a two-element memory efficient List.(package private) final classEmptyList<T>This class is a memory efficient list with no elements.(package private) final classThis is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).(package private) final classThis is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).(package private) final classThis is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).(package private) final classThis class is a memory efficient list with one element.(package private) final classThis is a three element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three).Constructors in org.eclipse.collections.impl.list.fixed with parameters of type AbstractMutableListModifierConstructorDescriptionprotectedSubList(AbstractMutableList<T> list, int fromIndex, int toIndex) -
Uses of AbstractMutableList in org.eclipse.collections.impl.list.mutable
Subclasses of AbstractMutableList in org.eclipse.collections.impl.list.mutableModifier and TypeClassDescriptionprotected static classfinal 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.Fields in org.eclipse.collections.impl.list.mutable declared as AbstractMutableListModifier and TypeFieldDescriptionprivate final AbstractMutableList<T> AbstractMutableList.SubList.originalConstructors in org.eclipse.collections.impl.list.mutable with parameters of type AbstractMutableListModifierConstructorDescriptionprotectedSubList(AbstractMutableList<T> list, int fromIndex, int toIndex) -
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.