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