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.-
Uses of AbstractMutableList in org.eclipse.collections.impl.list.fixed
Subclasses of AbstractMutableList in org.eclipse.collections.impl.list.fixedModifier and TypeClassDescriptionclass
class
private static class
final class
ArrayAdapter<T>
This class provides a MutableList wrapper around an array.(package private) final class
A DoubletonList is a two-element memory efficient List.(package private) final class
EmptyList<T>
This class is a memory efficient list with no elements.(package private) final class
This is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).(package private) final class
This is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).(package private) final class
This is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).(package private) final class
This class is a memory efficient list with one element.(package private) final class
This 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 AbstractMutableListModifierConstructorDescriptionprotected
SubList
(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 class
final class
CompositeFastList behaves like a list, but is composed of at least one list.class
FastList<T>
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions.Constructors in org.eclipse.collections.impl.list.mutable with parameters of type AbstractMutableListModifierConstructorDescriptionprotected
SubList
(AbstractMutableList<T> list, int fromIndex, int toIndex)