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 TypeInterfaceDescriptioninterfaceA 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 TypeInterfaceDescriptioninterfaceFixedSizeSet<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 TypeClassDescriptionclassfinal classArrayAdapter<T>This class provides a MutableList wrapper around an array.(package private) final classA DoubletonList is a two-element memory efficient List.(package private) final classEmptyList<T>This class is a memory efficient list with no elements.(package private) final classThis is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).(package private) final classThis is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).(package private) final classThis is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).(package private) final classThis class is a memory efficient list with one element.(package private) final classThis 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 classDoubletonSet<T>(package private) final classEmptySet<T>This class is a memory efficient list with no elements.(package private) final class(package private) classSingletonSet<T>(package private) final classTripletonSet<T>