Package | Description |
---|---|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
BooleanHashSet(BooleanHashSet set) |
Copyright © 2004–2016. All rights reserved.