Uses of Interface
org.eclipse.collections.api.collection.FixedSizeCollection
Packages that use FixedSizeCollection
Package
Description
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains implementations of the
FixedSizeList
interface.This package contains implementations of
FixedSizeSet
.-
Uses of FixedSizeCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return FixedSizeCollectionModifier and TypeMethodDescription -
Uses of FixedSizeCollection in org.eclipse.collections.api.list
Subinterfaces of FixedSizeCollection in org.eclipse.collections.api.listModifier and TypeInterfaceDescriptioninterface
A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size. -
Uses of FixedSizeCollection in org.eclipse.collections.api.set
Subinterfaces of FixedSizeCollection in org.eclipse.collections.api.setModifier and TypeInterfaceDescriptioninterface
FixedSizeSet<T>
A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size. -
Uses of FixedSizeCollection in org.eclipse.collections.impl.list.fixed
Classes in org.eclipse.collections.impl.list.fixed that implement FixedSizeCollectionModifier and TypeClassDescriptionclass
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 FixedSizeCollection in org.eclipse.collections.impl.set.fixed
Classes in org.eclipse.collections.impl.set.fixed that implement FixedSizeCollectionModifier 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>