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
FixedSizeSet
.This package contains implementations of
MutableSet
.This package contains implementations of
MutableSortedSet
.This package contains implementations of sets with user defined
HashingStrategy
s.-
Uses of AbstractMutableCollection in org.eclipse.collections.impl.list.fixed
Subclasses of AbstractMutableCollection 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). -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.list.mutable
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.list.mutableModifier and TypeClassDescriptionclass
protected 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. -
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.fixed
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.fixedModifier and TypeClassDescription(package private) class
(package private) final class
DoubletonSet<T>
(package private) final class
EmptySet<T>
This class is a memory efficient list with no elements.(package private) final class
(package private) class
SingletonSet<T>
(package private) final class
TripletonSet<T>
-
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.sorted.mutable
Subclasses of AbstractMutableCollection in org.eclipse.collections.impl.set.sorted.mutable -
Uses of AbstractMutableCollection in org.eclipse.collections.impl.set.strategy.mutable