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