Uses of Interface
org.eclipse.collections.api.factory.set.primitive.MutableBooleanSetFactory
-
Packages that use MutableBooleanSetFactory 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.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of MutableBooleanSetFactory in org.eclipse.collections.api.factory.primitive
Fields in org.eclipse.collections.api.factory.primitive declared as MutableBooleanSetFactory Modifier and Type Field Description static MutableBooleanSetFactory
BooleanSets. mutable
-
Uses of MutableBooleanSetFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as MutableBooleanSetFactory Modifier and Type Field Description static MutableBooleanSetFactory
BooleanSets. mutable
-
Uses of MutableBooleanSetFactory in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableBooleanSetFactory Modifier and Type Class Description class
MutableBooleanSetFactoryImpl
MutableBooleanSetFactoryImpl is a factory implementation which creates instances of typeMutableBooleanSet
.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableBooleanSetFactory Modifier and Type Field Description static MutableBooleanSetFactory
MutableBooleanSetFactoryImpl. INSTANCE
-