| Package | Description |
|---|---|
| com.gs.collections.api.factory.set.primitive | |
| com.gs.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| com.gs.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| com.gs.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet. |
| com.gs.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
| com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
ImmutableShortSetFactory.of()
Same as
ImmutableShortSetFactory.with(). |
ImmutableShortSet |
ImmutableShortSetFactory.of(short... items)
|
ImmutableShortSet |
ImmutableShortSetFactory.of(short one)
Same as
ImmutableShortSetFactory.with(short). |
ImmutableShortSet |
ImmutableShortSetFactory.ofAll(ShortIterable items)
|
ImmutableShortSet |
ImmutableShortSetFactory.with() |
ImmutableShortSet |
ImmutableShortSetFactory.with(short... items) |
ImmutableShortSet |
ImmutableShortSetFactory.with(short one) |
ImmutableShortSet |
ImmutableShortSetFactory.withAll(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
ImmutableSet.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
ImmutableShortSet.newWith(short element) |
ImmutableShortSet |
ImmutableShortSet.newWithAll(ShortIterable elements) |
ImmutableShortSet |
ImmutableShortSet.newWithout(short element) |
ImmutableShortSet |
ImmutableShortSet.newWithoutAll(ShortIterable elements) |
ImmutableShortSet |
ImmutableShortSet.reject(ShortPredicate predicate) |
ImmutableShortSet |
ImmutableShortSet.select(ShortPredicate predicate) |
ImmutableShortSet |
MutableShortSet.toImmutable()
Returns an immutable copy of this set.
|
ImmutableShortSet |
ShortSet.toImmutable()
Returns an immutable copy of this set.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
AbstractImmutableSet.collectShort(ShortFunction<? super T> shortFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
ImmutableShortSetFactoryImpl.of() |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.of(short... items) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.of(short one) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.ofAll(ShortIterable items) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.with() |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.with(short... items) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.with(short one) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.withAll(ShortIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
UnmodifiableShortSet.toImmutable() |
ImmutableShortSet |
SynchronizedShortSet.toImmutable() |
ImmutableShortSet |
ShortHashSet.toImmutable() |
Copyright © 2004–2017. All rights reserved.