public interface ObjectCharMap<K> extends CharIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, collect, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, reject, select, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizechar get(Object key)
char getOrThrow(Object key)
char getIfAbsent(Object key, char ifAbsent)
boolean containsKey(Object key)
boolean containsValue(char value)
void forEachValue(CharProcedure procedure)
void forEachKeyValue(ObjectCharProcedure<? super K> procedure)
CharObjectMap<K> flipUniqueValues()
IllegalStateException - if the CharObjectMap contains duplicate values.ObjectCharMap<K> select(ObjectCharPredicate<? super K> predicate)
ObjectCharMap<K> reject(ObjectCharPredicate<? super K> predicate)
default ObjectCharMap<K> tap(CharProcedure procedure)
tap in interface CharIterableString toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableObjectCharMap<K> toImmutable()
MutableCharCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectCharPair<K>> keyValuesView()
Copyright © 2004–2017. All rights reserved.