Uses of Package
org.eclipse.collections.api.factory.set.primitive
-
Packages that use org.eclipse.collections.api.factory.set.primitive Package Description org.eclipse.collections.api.factory.primitive This package contains static utilities for creating immutable primitive collection factories. -
Classes in org.eclipse.collections.api.factory.set.primitive used by org.eclipse.collections.api.factory.primitive Class 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.