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 type FixedSizeSet.
| Class | Description |
|---|---|
| FixedSizeSetFactoryImpl |
Copyright © 2004–2020. All rights reserved.