Package org.eclipse.collections.impl.set.fixed
This package contains implementations of
FixedSizeSet.
This package contains the following implementations:
-
EmptySet- a set with 0 elements. -
SingletonSet- a set with 1 element. -
DoubletonSet- a set with 2 elements. -
TripletonSet- a set with 3 elements. -
QuadrupletonSet- a set with 4 elements.
This package contains one factory implementation:
-
FixedSizeSetFactoryImpl- a factory which creates instances of typeFixedSizeSet.
-
Class Summary Class Description FixedSizeSetFactoryImpl