public class UnmodifiableLongCharMap extends Object implements MutableLongCharMap, Serializable
| Constructor and Description |
|---|
UnmodifiableLongCharMap(MutableLongCharMap map) |
withAllKeyValuesinjectIntoKeyValuetapaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toSortedList, toSortedListBy, toSortedListBypublic UnmodifiableLongCharMap(MutableLongCharMap map)
public void clear()
clear in interface MutableCharValuesMappublic void put(long key,
char value)
put in interface MutableLongCharMappublic void putPair(LongCharPair keyValuePair)
putPair in interface MutableLongCharMappublic void putAll(LongCharMap map)
putAll in interface MutableLongCharMappublic void updateValues(LongCharToCharFunction function)
updateValues in interface MutableLongCharMappublic void removeKey(long key)
removeKey in interface MutableLongCharMappublic void remove(long key)
remove in interface MutableLongCharMappublic char removeKeyIfAbsent(long key,
char value)
removeKeyIfAbsent in interface MutableLongCharMappublic char getIfAbsentPut(long key,
char value)
getIfAbsentPut in interface MutableLongCharMappublic char getAndPut(long key,
char putValue,
char defaultValue)
getAndPut in interface MutableLongCharMappublic char getIfAbsentPut(long key,
CharFunction0 function)
getIfAbsentPut in interface MutableLongCharMappublic char getIfAbsentPutWithKey(long key,
LongToCharFunction function)
getIfAbsentPutWithKey in interface MutableLongCharMappublic <P> char getIfAbsentPutWith(long key,
CharFunction<? super P> function,
P parameter)
getIfAbsentPutWith in interface MutableLongCharMappublic char updateValue(long key,
char initialValueIfAbsent,
CharToCharFunction function)
updateValue in interface MutableLongCharMappublic char get(long key)
get in interface LongCharMappublic char getIfAbsent(long key,
char ifAbsent)
getIfAbsent in interface LongCharMappublic char getOrThrow(long key)
getOrThrow in interface LongCharMappublic boolean containsKey(long key)
containsKey in interface LongCharMappublic boolean containsValue(char value)
containsValue in interface CharValuesMappublic void forEachValue(CharProcedure procedure)
forEachValue in interface CharValuesMappublic void forEachKey(LongProcedure procedure)
forEachKey in interface LongCharMappublic void forEachKeyValue(LongCharProcedure procedure)
forEachKeyValue in interface LongCharMappublic LazyLongIterable keysView()
keysView in interface LongCharMappublic RichIterable<LongCharPair> keyValuesView()
keyValuesView in interface LongCharMappublic MutableCharLongMap flipUniqueValues()
flipUniqueValues in interface LongCharMapflipUniqueValues in interface MutableLongCharMappublic MutableLongCharMap select(LongCharPredicate predicate)
select in interface LongCharMapselect in interface MutableLongCharMappublic MutableLongCharMap reject(LongCharPredicate predicate)
reject in interface LongCharMapreject in interface MutableLongCharMappublic MutableCharIterator charIterator()
charIterator in interface CharIterablecharIterator in interface MutableCharValuesMappublic void each(CharProcedure procedure)
each in interface CharIterablepublic int count(CharPredicate predicate)
count in interface CharIterablepublic boolean anySatisfy(CharPredicate predicate)
anySatisfy in interface CharIterablepublic boolean allSatisfy(CharPredicate predicate)
allSatisfy in interface CharIterablepublic boolean noneSatisfy(CharPredicate predicate)
noneSatisfy in interface CharIterablepublic MutableCharBag select(CharPredicate predicate)
select in interface CharIterableselect in interface CharValuesMapselect in interface MutableCharValuesMappublic MutableCharBag reject(CharPredicate predicate)
reject in interface CharIterablereject in interface CharValuesMapreject in interface MutableCharValuesMappublic <V> MutableBag<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect in interface CharValuesMapcollect in interface MutableCharValuesMappublic char detectIfNone(CharPredicate predicate, char ifNone)
detectIfNone in interface CharIterablepublic long sum()
sum in interface CharIterablepublic char max()
max in interface CharIterablepublic char maxIfEmpty(char defaultValue)
maxIfEmpty in interface CharIterablepublic char min()
min in interface CharIterablepublic char minIfEmpty(char defaultValue)
minIfEmpty in interface CharIterablepublic double average()
average in interface CharIterablepublic double median()
median in interface CharIterablepublic char addToValue(long key,
char toBeAdded)
addToValue in interface MutableLongCharMappublic char[] toSortedArray()
toSortedArray in interface CharIterablepublic MutableCharList toSortedList()
toSortedList in interface CharIterablepublic char[] toArray()
toArray in interface CharIterablepublic char[] toArray(char[] target)
toArray in interface CharIterablepublic boolean contains(char value)
contains in interface CharIterablepublic boolean containsAll(char... source)
containsAll in interface CharIterablepublic boolean containsAll(CharIterable source)
containsAll in interface CharIterablepublic MutableCharList toList()
toList in interface CharIterablepublic MutableCharSet toSet()
toSet in interface CharIterablepublic MutableCharBag toBag()
toBag in interface CharIterablepublic LazyCharIterable asLazy()
asLazy in interface CharIterablepublic MutableLongCharMap withKeyValue(long key, char value)
withKeyValue in interface MutableLongCharMappublic MutableLongCharMap withoutKey(long key)
withoutKey in interface MutableLongCharMappublic MutableLongCharMap withoutAllKeys(LongIterable keys)
withoutAllKeys in interface MutableLongCharMappublic MutableLongCharMap asUnmodifiable()
asUnmodifiable in interface MutableLongCharMappublic MutableLongCharMap asSynchronized()
asSynchronized in interface MutableLongCharMappublic ImmutableLongCharMap toImmutable()
toImmutable in interface LongCharMappublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic MutableLongSet keySet()
keySet in interface LongCharMappublic MutableCharCollection values()
values in interface CharValuesMappublic boolean equals(Object otherMap)
equals in interface LongCharMapequals in class Objectpublic int hashCode()
hashCode in interface LongCharMaphashCode in class Objectpublic String toString()
toString in interface LongCharMaptoString in interface PrimitiveIterabletoString in class Objectpublic String makeString()
makeString in interface PrimitiveIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic <T> T injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function)
injectInto in interface CharIterablepublic RichIterable<CharIterable> chunk(int size)
chunk in interface CharIterableCopyright © 2004–2022. All rights reserved.