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