Uses of Interface
org.eclipse.collections.api.factory.set.ImmutableSetFactory
-
Packages that use ImmutableSetFactory Package Description org.eclipse.collections.api.factory org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
. -
-
Uses of ImmutableSetFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as ImmutableSetFactory Modifier and Type Field Description static ImmutableSetFactory
Sets. immutable
-
Uses of ImmutableSetFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as ImmutableSetFactory Modifier and Type Field Description static ImmutableSetFactory
Sets. immutable
-
Uses of ImmutableSetFactory in org.eclipse.collections.impl.set.immutable
Classes in org.eclipse.collections.impl.set.immutable that implement ImmutableSetFactory Modifier and Type Class Description class
ImmutableSetFactoryImpl
Fields in org.eclipse.collections.impl.set.immutable declared as ImmutableSetFactory Modifier and Type Field Description static ImmutableSetFactory
ImmutableSetFactoryImpl. INSTANCE
-