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 SynchronizedByteSet |
SynchronizedByteSet.of(MutableByteSet set)
This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.
|
static SynchronizedByteSet |
SynchronizedByteSet.of(MutableByteSet set,
Object lock)
This method will take a MutableByteSet and wrap it directly in a SynchronizedByteSet.
|
SynchronizedByteSet |
SynchronizedByteSet.with(byte element) |
SynchronizedByteSet |
SynchronizedByteSet.withAll(ByteIterable elements) |
SynchronizedByteSet |
SynchronizedByteSet.without(byte element) |
SynchronizedByteSet |
SynchronizedByteSet.withoutAll(ByteIterable elements) |
Copyright © 2004–2016. All rights reserved.