| 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 UnmodifiableIntSet |
UnmodifiableIntSet.of(org.eclipse.collections.api.set.primitive.MutableIntSet set)
This method will take a MutableIntSet and wrap it directly in a UnmodifiableIntSet.
|
UnmodifiableIntSet |
UnmodifiableIntSet.with(int element) |
UnmodifiableIntSet |
UnmodifiableIntSet.withAll(org.eclipse.collections.api.IntIterable elements) |
UnmodifiableIntSet |
UnmodifiableIntSet.without(int element) |
UnmodifiableIntSet |
UnmodifiableIntSet.withoutAll(org.eclipse.collections.api.IntIterable elements) |
Copyright © 2004–2017. All rights reserved.