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 BooleanHashSetBooleanHashSet. newEmpty()static BooleanHashSetBooleanHashSet. newSet(BooleanIterable source)static BooleanHashSetBooleanHashSet. newSetWith(boolean... source)BooleanHashSetBooleanHashSet. reject(BooleanPredicate predicate)BooleanHashSetBooleanHashSet. select(BooleanPredicate predicate)BooleanHashSetBooleanHashSet. with(boolean element)BooleanHashSetBooleanHashSet. withAll(BooleanIterable elements)BooleanHashSetBooleanHashSet. without(boolean element)BooleanHashSetBooleanHashSet. withoutAll(BooleanIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type BooleanHashSet Constructor Description BooleanHashSet(BooleanHashSet set)
-