Package | Description |
---|---|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
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 | Description |
---|---|---|
ImmutableCharSet |
ImmutableCharBag.selectUnique() |
Returns all elements of the bag that have exactly one occurrence.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharSet |
ImmutableCharSetFactory.empty() |
|
ImmutableCharSet |
ImmutableCharSetFactory.of() |
Same as
ImmutableCharSetFactory.empty() . |
ImmutableCharSet |
ImmutableCharSetFactory.of(char one) |
Same as
ImmutableCharSetFactory.with(char) . |
ImmutableCharSet |
ImmutableCharSetFactory.of(char... items) |
Same as
ImmutableCharSetFactory.with(char[]) . |
ImmutableCharSet |
ImmutableCharSetFactory.ofAll(Iterable<Character> iterable) |
Same as
#withAll(IterableCharacter) . |
ImmutableCharSet |
ImmutableCharSetFactory.ofAll(CharIterable items) |
|
ImmutableCharSet |
ImmutableCharSetFactory.with() |
Same as
ImmutableCharSetFactory.empty() . |
ImmutableCharSet |
ImmutableCharSetFactory.with(char one) |
|
ImmutableCharSet |
ImmutableCharSetFactory.with(char... items) |
|
ImmutableCharSet |
ImmutableCharSetFactory.withAll(Iterable<Character> iterable) |
|
ImmutableCharSet |
ImmutableCharSetFactory.withAll(CharIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharSet |
ImmutableSet.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharSet |
ImmutableCharSet.newWith(char element) |
|
ImmutableCharSet |
ImmutableCharSet.newWithAll(CharIterable elements) |
|
ImmutableCharSet |
ImmutableCharSet.newWithout(char element) |
|
ImmutableCharSet |
ImmutableCharSet.newWithoutAll(CharIterable elements) |
|
ImmutableCharSet |
ImmutableCharSet.reject(CharPredicate predicate) |
|
ImmutableCharSet |
ImmutableCharSet.select(CharPredicate predicate) |
|
default ImmutableCharSet |
ImmutableCharSet.tap(CharProcedure procedure) |
|
ImmutableCharSet |
CharSet.toImmutable() |
Returns an immutable copy of this set.
|
ImmutableCharSet |
MutableCharSet.toImmutable() |
Returns an immutable copy of this set.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharSet |
AbstractMutableCharKeySet.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharSet |
AbstractImmutableSet.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableCharSet |
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.empty() |
|
ImmutableCharSet |
AbstractImmutableCharSet.newWith(char element) |
|
ImmutableCharSet |
AbstractImmutableCharSet.newWithAll(CharIterable elements) |
|
ImmutableCharSet |
AbstractImmutableCharSet.newWithout(char element) |
|
ImmutableCharSet |
AbstractImmutableCharSet.newWithoutAll(CharIterable elements) |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.of() |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.of(char one) |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.of(char... items) |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.ofAll(Iterable<Character> iterable) |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.ofAll(CharIterable items) |
|
ImmutableCharSet |
AbstractImmutableCharSet.toImmutable() |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.with() |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.with(char one) |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.with(char... items) |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.withAll(Iterable<Character> iterable) |
|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.withAll(CharIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharSet |
CharHashSet.toImmutable() |
|
ImmutableCharSet |
SynchronizedCharSet.toImmutable() |
|
ImmutableCharSet |
UnmodifiableCharSet.toImmutable() |
Copyright © 2004–2019. All rights reserved.