static BooleanHashSet |
BooleanHashSet.newSet(org.eclipse.collections.api.BooleanIterable source) |
static BooleanHashSet |
BooleanHashSet.newSetWith(boolean... source) |
BooleanHashSet |
BooleanHashSet.reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate) |
BooleanHashSet |
BooleanHashSet.select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate) |
BooleanHashSet |
BooleanHashSet.with(boolean element) |
BooleanHashSet |
BooleanHashSet.withAll(org.eclipse.collections.api.BooleanIterable elements) |
BooleanHashSet |
BooleanHashSet.without(boolean element) |
BooleanHashSet |
BooleanHashSet.withoutAll(org.eclipse.collections.api.BooleanIterable elements) |