| 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 |
|---|---|
MutableCharSet |
CharIterable.toSet()
Converts the CharIterable to a new MutableCharSet.
|
| Modifier and Type | Method and Description |
|---|---|
MutableCharSet |
MutableCharSetFactory.empty() |
MutableCharSet |
MutableCharSetFactory.of()
Same as
MutableCharSetFactory.empty(). |
MutableCharSet |
MutableCharSetFactory.of(char... items)
Same as
MutableCharSetFactory.with(char[]). |
MutableCharSet |
MutableCharSetFactory.ofAll(CharIterable items)
|
MutableCharSet |
MutableCharSetFactory.with()
Same as
MutableCharSetFactory.empty(). |
MutableCharSet |
MutableCharSetFactory.with(char... items) |
MutableCharSet |
MutableCharSetFactory.withAll(CharIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharSet |
CharBooleanMap.keySet() |
MutableCharSet |
CharCharMap.keySet() |
MutableCharSet |
CharByteMap.keySet() |
MutableCharSet |
CharShortMap.keySet() |
MutableCharSet |
CharLongMap.keySet() |
MutableCharSet |
CharDoubleMap.keySet() |
MutableCharSet |
CharFloatMap.keySet() |
MutableCharSet |
CharIntMap.keySet() |
MutableCharSet |
CharObjectMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
MutableCharSet |
MutableSet.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharSet |
MutableCharSet.asSynchronized() |
MutableCharSet |
MutableCharSet.asUnmodifiable() |
MutableCharSet |
MutableCharSet.reject(CharPredicate predicate) |
MutableCharSet |
MutableCharSet.select(CharPredicate predicate) |
default MutableCharSet |
MutableCharSet.tap(CharProcedure procedure) |
MutableCharSet |
MutableCharSet.with(char element) |
MutableCharSet |
MutableCharSet.withAll(CharIterable elements) |
MutableCharSet |
MutableCharSet.without(char element) |
MutableCharSet |
MutableCharSet.withoutAll(CharIterable elements) |
Copyright © 2004–2017. All rights reserved.