Uses of Interface
org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactory
-
Packages that use ImmutableByteSetFactory Package Description org.eclipse.collections.api.factory.primitive This package contains static utilities for creating immutable primitive collection factories.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 ImmutableByteSetFactory in org.eclipse.collections.api.factory.primitive
Fields in org.eclipse.collections.api.factory.primitive declared as ImmutableByteSetFactory Modifier and Type Field Description static ImmutableByteSetFactory
ByteSets. immutable
-
Uses of ImmutableByteSetFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as ImmutableByteSetFactory Modifier and Type Field Description static ImmutableByteSetFactory
ByteSets. immutable
-
Uses of ImmutableByteSetFactory in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableByteSetFactory Modifier and Type Class Description class
ImmutableByteSetFactoryImpl
ImmutableByteSetFactoryImpl is a factory implementation which creates instances of typeImmutableByteSet
.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableByteSetFactory Modifier and Type Field Description static ImmutableByteSetFactory
ImmutableByteSetFactoryImpl. INSTANCE
-