| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
ShortIterable.toSet()
Converts the ShortIterable to a new MutableShortSet.
|
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
MutableShortSetFactory.empty() |
MutableShortSet |
MutableShortSetFactory.of()
Same as
MutableShortSetFactory.empty(). |
MutableShortSet |
MutableShortSetFactory.of(short... items)
Same as
MutableShortSetFactory.with(short[]). |
MutableShortSet |
MutableShortSetFactory.ofAll(ShortIterable items)
|
MutableShortSet |
MutableShortSetFactory.with()
Same as
MutableShortSetFactory.empty(). |
MutableShortSet |
MutableShortSetFactory.with(short... items) |
MutableShortSet |
MutableShortSetFactory.withAll(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
ShortBooleanMap.keySet() |
MutableShortSet |
ShortCharMap.keySet() |
MutableShortSet |
ShortByteMap.keySet() |
MutableShortSet |
ShortShortMap.keySet() |
MutableShortSet |
ShortLongMap.keySet() |
MutableShortSet |
ShortDoubleMap.keySet() |
MutableShortSet |
ShortFloatMap.keySet() |
MutableShortSet |
ShortIntMap.keySet() |
MutableShortSet |
ShortObjectMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
MutableSet.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
MutableShortSet.asSynchronized() |
MutableShortSet |
MutableShortSet.asUnmodifiable() |
MutableShortSet |
MutableShortSet.reject(ShortPredicate predicate) |
MutableShortSet |
MutableShortSet.select(ShortPredicate predicate) |
default MutableShortSet |
MutableShortSet.tap(ShortProcedure procedure) |
MutableShortSet |
MutableShortSet.with(short element) |
MutableShortSet |
MutableShortSet.withAll(ShortIterable elements) |
MutableShortSet |
MutableShortSet.without(short element) |
MutableShortSet |
MutableShortSet.withoutAll(ShortIterable elements) |
Copyright © 2004–2017. All rights reserved.