Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet
-
Packages that use BooleanHashSet Package Description org.eclipse.collections.impl.set.mutable.primitive 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 BooleanHashSet Modifier and Type Method Description BooleanHashSet
BooleanHashSet. newEmpty()
static BooleanHashSet
BooleanHashSet. newSet(BooleanIterable source)
static BooleanHashSet
BooleanHashSet. newSetWith(boolean... source)
BooleanHashSet
BooleanHashSet. reject(BooleanPredicate predicate)
BooleanHashSet
BooleanHashSet. select(BooleanPredicate predicate)
BooleanHashSet
BooleanHashSet. with(boolean element)
BooleanHashSet
BooleanHashSet. withAll(BooleanIterable elements)
BooleanHashSet
BooleanHashSet. without(boolean element)
BooleanHashSet
BooleanHashSet. withoutAll(BooleanIterable elements)
Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type BooleanHashSet Constructor Description BooleanHashSet(BooleanHashSet set)
-