Package | Description |
---|---|
org.eclipse.collections.api.factory.set.primitive | |
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.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet . |
org.eclipse.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
Modifier and Type | Method and Description |
---|---|
ImmutableShortSet |
ImmutableShortSetFactory.empty() |
ImmutableShortSet |
ImmutableShortSetFactory.of()
Same as
ImmutableShortSetFactory.empty() . |
ImmutableShortSet |
ImmutableShortSetFactory.of(short... items)
|
ImmutableShortSet |
ImmutableShortSetFactory.of(short one)
Same as
ImmutableShortSetFactory.with(short) . |
ImmutableShortSet |
ImmutableShortSetFactory.ofAll(ShortIterable items)
|
ImmutableShortSet |
ImmutableShortSetFactory.with()
Same as
ImmutableShortSetFactory.empty() . |
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 |
ShortSet.toImmutable()
Returns an immutable copy of this set.
|
ImmutableShortSet |
MutableShortSet.toImmutable()
Returns an immutable copy of this set.
|
Modifier and Type | Method and Description |
---|---|
ImmutableShortSet |
AbstractMutableShortKeySet.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableShortSet |
AbstractImmutableSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableShortSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableShortSet |
ImmutableShortSetFactoryImpl.empty() |
ImmutableShortSet |
AbstractImmutableShortSet.newWith(short element) |
ImmutableShortSet |
AbstractImmutableShortSet.newWithAll(ShortIterable elements) |
ImmutableShortSet |
AbstractImmutableShortSet.newWithout(short element) |
ImmutableShortSet |
AbstractImmutableShortSet.newWithoutAll(ShortIterable elements) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.of() |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.of(short... items) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.of(short one) |
ImmutableShortSet |
ImmutableShortSetFactoryImpl.ofAll(ShortIterable items) |
ImmutableShortSet |
AbstractImmutableShortSet.toImmutable() |
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 |
ShortHashSet.toImmutable() |
ImmutableShortSet |
SynchronizedShortSet.toImmutable() |
Copyright © 2004–2016. All rights reserved.