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 |
---|---|
ImmutableCharSet |
ImmutableCharSetFactory.of()
Same as
ImmutableCharSetFactory.with() . |
ImmutableCharSet |
ImmutableCharSetFactory.of(char... items)
Same as
ImmutableCharSetFactory.with(char[]) . |
ImmutableCharSet |
ImmutableCharSetFactory.of(char one)
Same as
ImmutableCharSetFactory.with(char) . |
ImmutableCharSet |
ImmutableCharSetFactory.ofAll(CharIterable items)
|
ImmutableCharSet |
ImmutableCharSetFactory.with() |
ImmutableCharSet |
ImmutableCharSetFactory.with(char... items) |
ImmutableCharSet |
ImmutableCharSetFactory.with(char one) |
ImmutableCharSet |
ImmutableCharSetFactory.withAll(CharIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharSet |
ImmutableSet.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and 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) |
ImmutableCharSet |
CharSet.toImmutable()
Returns an immutable copy of this set.
|
ImmutableCharSet |
MutableCharSet.toImmutable()
Returns an immutable copy of this set.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCharSet |
AbstractImmutableSet.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharSet |
ImmutableCharSetFactoryImpl.of() |
ImmutableCharSet |
ImmutableCharSetFactoryImpl.of(char... items) |
ImmutableCharSet |
ImmutableCharSetFactoryImpl.of(char one) |
ImmutableCharSet |
ImmutableCharSetFactoryImpl.ofAll(CharIterable items) |
ImmutableCharSet |
ImmutableCharSetFactoryImpl.with() |
ImmutableCharSet |
ImmutableCharSetFactoryImpl.with(char... items) |
ImmutableCharSet |
ImmutableCharSetFactoryImpl.with(char one) |
ImmutableCharSet |
ImmutableCharSetFactoryImpl.withAll(CharIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharSet |
SynchronizedCharSet.toImmutable() |
ImmutableCharSet |
CharHashSet.toImmutable() |
ImmutableCharSet |
UnmodifiableCharSet.toImmutable() |
Copyright © 2004–2019. All rights reserved.