Uses of Class
org.eclipse.collections.impl.list.fixed.AbstractMemoryEfficientMutableList
Packages that use AbstractMemoryEfficientMutableList
-
Uses of AbstractMemoryEfficientMutableList in org.eclipse.collections.impl.list.fixed
Modifier and TypeClassDescription(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).