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