Uses of Interface
org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactory
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 ImmutableIntSetFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as ImmutableIntSetFactory Modifier and Type Field Description static ImmutableIntSetFactory
IntSets. immutable
-
Uses of ImmutableIntSetFactory in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableIntSetFactory Modifier and Type Class Description class
ImmutableIntSetFactoryImpl
ImmutableIntSetFactoryImpl is a factory implementation which creates instances of typeImmutableIntSet
.