Package org.eclipse.collections.api.factory.set.primitive
This package contains factory API for creating primitive set instances.
-
Interface Summary Interface Description ImmutableBooleanSetFactory A factory which creates instances of typeImmutableBooleanSet.ImmutableByteSetFactory A factory which creates instances of typeImmutableByteSet.ImmutableCharSetFactory A factory which creates instances of typeImmutableCharSet.ImmutableDoubleSetFactory A factory which creates instances of typeImmutableDoubleSet.ImmutableFloatSetFactory A factory which creates instances of typeImmutableFloatSet.ImmutableIntSetFactory A factory which creates instances of typeImmutableIntSet.ImmutableLongSetFactory A factory which creates instances of typeImmutableLongSet.ImmutableShortSetFactory A factory which creates instances of typeImmutableShortSet.MutableBooleanSetFactory A factory which creates instances of typeMutableBooleanSet.MutableByteSetFactory A factory which creates instances of typeMutableByteSet.MutableCharSetFactory A factory which creates instances of typeMutableCharSet.MutableDoubleSetFactory A factory which creates instances of typeMutableDoubleSet.MutableFloatSetFactory A factory which creates instances of typeMutableFloatSet.MutableIntSetFactory A factory which creates instances of typeMutableIntSet.MutableLongSetFactory A factory which creates instances of typeMutableLongSet.MutableShortSetFactory A factory which creates instances of typeMutableShortSet.