Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet
Packages that use BooleanHashSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of BooleanHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return BooleanHashSetModifier and TypeMethodDescriptionBooleanHashSet.newEmpty()static BooleanHashSetBooleanHashSet.newSet(BooleanIterable source) static BooleanHashSetBooleanHashSet.newSetWith(boolean... source) BooleanHashSet.reject(BooleanPredicate predicate) BooleanHashSet.select(BooleanPredicate predicate) BooleanHashSet.with(boolean element) BooleanHashSet.withAll(BooleanIterable elements) BooleanHashSet.without(boolean element) BooleanHashSet.withoutAll(BooleanIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type BooleanHashSet