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 theFixedSizeList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.set org.eclipse.collections.impl.set.fixed This package contains implementations ofFixedSizeSet
.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.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 definedHashingStrategy
s. -
-
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 class
AbstractArrayAdapter<T>
class
AbstractMemoryEfficientMutableList<T>
private static class
AbstractMemoryEfficientMutableList.SubList<T>
class
ArrayAdapter<T>
This class provides a MutableList wrapper around an array.(package private) class
DoubletonList<T>
A DoubletonList is a two-element memory efficient List.(package private) class
EmptyList<T>
This class is a memory efficient list with no elements.(package private) class
QuadrupletonList<T>
This is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).(package private) class
QuintupletonList<T>
This is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).(package private) class
SextupletonList<T>
This is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).(package private) class
SingletonList<T>
This class is a memory efficient list with one element.(package private) class
TripletonList<T>
This is a three element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three). -
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 class
AbstractMutableList<T>
protected static class
AbstractMutableList.SubList<T>
class
CompositeFastList<E>
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. -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set Modifier and Type Class Description class
AbstractUnifiedSet<T>
-
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.fixed
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.fixed Modifier and Type Class Description (package private) class
AbstractMemoryEfficientMutableSet<T>
(package private) class
DoubletonSet<T>
(package private) class
EmptySet<T>
This class is a memory efficient list with no elements.(package private) class
QuadrupletonSet<T>
(package private) class
SingletonSet<T>
(package private) class
TripletonSet<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 class
AbstractMutableSet<T>
class
UnifiedSet<T>
-
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 class
TreeSortedSet<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 class
UnifiedSetWithHashingStrategy<T>
-