Uses of Package
org.eclipse.collections.impl.list.fixed
Packages that use org.eclipse.collections.impl.list.fixed
-
Classes in org.eclipse.collections.impl.list.fixed used by org.eclipse.collections.impl.list.fixedClassDescriptionThis class provides a MutableList wrapper around an array.A DoubletonList is a two-element memory efficient List.This class is a memory efficient list with no elements.This is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).This is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).This is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).This class is a memory efficient list with one element.This is a three element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three).