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 ByteHashSet |
ByteHashSet.newSet(ByteIterable source) |
static ByteHashSet |
ByteHashSet.newSetWith(byte... source) |
ByteHashSet |
ByteHashSet.select(BytePredicate predicate) |
ByteHashSet |
ByteHashSet.with(byte element) |
ByteHashSet |
ByteHashSet.withAll(ByteIterable elements) |
ByteHashSet |
ByteHashSet.without(byte element) |
ByteHashSet |
ByteHashSet.withoutAll(ByteIterable elements) |
Constructor and Description |
---|
ByteHashSet(ByteHashSet set) |
Copyright © 2004–2016. All rights reserved.