public interface ImmutableIntCharMap extends IntCharMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableIntCharMap |
newWithKeyValue(int key,
char value) |
ImmutableIntCharMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntCharMap |
newWithoutKey(int key) |
ImmutableCharBag |
reject(CharPredicate predicate) |
ImmutableIntCharMap |
reject(IntCharPredicate predicate) |
ImmutableCharBag |
select(CharPredicate predicate) |
ImmutableIntCharMap |
select(IntCharPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableIntCharMap select(IntCharPredicate predicate)
select in interface IntCharMapImmutableIntCharMap reject(IntCharPredicate predicate)
reject in interface IntCharMapImmutableCharBag select(CharPredicate predicate)
select in interface CharIterableselect in interface CharValuesMapImmutableCharBag reject(CharPredicate predicate)
reject in interface CharIterablereject in interface CharValuesMap<V> ImmutableBag<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect in interface CharValuesMapImmutableIntCharMap newWithKeyValue(int key, char value)
ImmutableIntCharMap newWithoutKey(int key)
ImmutableIntCharMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2016. All rights reserved.