Uses of Interface
org.eclipse.collections.api.factory.set.primitive.ImmutableShortSetFactory
| Package | Description |
|---|---|
| org.eclipse.collections.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
| org.eclipse.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
-
Uses of ImmutableShortSetFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as ImmutableShortSetFactory Modifier and Type Field Description static ImmutableShortSetFactoryShortSets. immutable -
Uses of ImmutableShortSetFactory in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableShortSetFactory Modifier and Type Class Description classImmutableShortSetFactoryImplImmutableShortSetFactoryImpl is a factory implementation which creates instances of typeImmutableShortSet.