CharIterable, CharValuesMap, PrimitiveIterable, ShortCharMappublic interface ImmutableShortCharMap extends ShortCharMap
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableShortCharMap |
newWithKeyValue(short key,
char value) |
|
ImmutableShortCharMap |
newWithoutAllKeys(ShortIterable keys) |
|
ImmutableShortCharMap |
newWithoutKey(short key) |
|
ImmutableCharBag |
reject(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
ImmutableShortCharMap |
reject(ShortCharPredicate predicate) |
|
ImmutableCharBag |
select(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
ImmutableShortCharMap |
select(ShortCharPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, charIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizecontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringImmutableShortCharMap select(ShortCharPredicate predicate)
select in interface ShortCharMapImmutableShortCharMap reject(ShortCharPredicate predicate)
reject in interface ShortCharMapImmutableCharBag select(CharPredicate predicate)
CharIterableselect in interface CharIterableselect in interface CharValuesMapImmutableCharBag reject(CharPredicate predicate)
CharIterablereject in interface CharIterablereject in interface CharValuesMap<V> ImmutableBag<V> collect(CharToObjectFunction<? extends V> function)
CharIterablecollect in interface CharIterablecollect in interface CharValuesMapImmutableShortCharMap newWithKeyValue(short key, char value)
ImmutableShortCharMap newWithoutKey(short key)
ImmutableShortCharMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2017. All rights reserved.