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.-
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.