public class SynchronizedCharByteMap extends Object implements MutableCharByteMap, Serializable
MutableCharByteMap. It is imperative that the user manually synchronize on the collection when iterating over it using the
MutableByteIterator as per Collections.synchronizedCollection(Collection).
This file was automatically generated from template file synchronizedPrimitivePrimitiveMap.stg.
MutableCharByteMap.asSynchronized(),
MutableMap.asSynchronized(),
Serialized Form| Constructor and Description |
|---|
SynchronizedCharByteMap(MutableCharByteMap map) |
SynchronizedCharByteMap(MutableCharByteMap map,
Object newLock) |
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 SynchronizedCharByteMap(MutableCharByteMap map)
public SynchronizedCharByteMap(MutableCharByteMap map, Object newLock)
public void clear()
clear in interface MutableByteValuesMappublic void put(char key,
byte value)
put in interface MutableCharByteMappublic void putPair(CharBytePair keyValuePair)
putPair in interface MutableCharByteMappublic void putAll(CharByteMap map)
putAll in interface MutableCharByteMappublic void updateValues(CharByteToByteFunction function)
updateValues in interface MutableCharByteMappublic void removeKey(char key)
removeKey in interface MutableCharByteMappublic void remove(char key)
remove in interface MutableCharByteMappublic byte removeKeyIfAbsent(char key,
byte value)
removeKeyIfAbsent in interface MutableCharByteMappublic byte getIfAbsentPut(char key,
byte value)
getIfAbsentPut in interface MutableCharByteMappublic byte getAndPut(char key,
byte putValue,
byte defaultValue)
getAndPut in interface MutableCharByteMappublic byte getIfAbsentPut(char key,
ByteFunction0 function)
getIfAbsentPut in interface MutableCharByteMappublic byte getIfAbsentPutWithKey(char key,
CharToByteFunction function)
getIfAbsentPutWithKey in interface MutableCharByteMappublic <P> byte getIfAbsentPutWith(char key,
ByteFunction<? super P> function,
P parameter)
getIfAbsentPutWith in interface MutableCharByteMappublic byte updateValue(char key,
byte initialValueIfAbsent,
ByteToByteFunction function)
updateValue in interface MutableCharByteMappublic byte get(char key)
get in interface CharByteMappublic byte getIfAbsent(char key,
byte ifAbsent)
getIfAbsent in interface CharByteMappublic byte getOrThrow(char key)
getOrThrow in interface CharByteMappublic boolean containsKey(char key)
containsKey in interface CharByteMappublic boolean containsValue(byte value)
containsValue in interface ByteValuesMappublic void forEachValue(ByteProcedure procedure)
forEachValue in interface ByteValuesMappublic void forEachKey(CharProcedure procedure)
forEachKey in interface CharByteMappublic void forEachKeyValue(CharByteProcedure procedure)
forEachKeyValue in interface CharByteMappublic LazyCharIterable keysView()
keysView in interface CharByteMappublic RichIterable<CharBytePair> keyValuesView()
keyValuesView in interface CharByteMappublic MutableByteCharMap flipUniqueValues()
flipUniqueValues in interface CharByteMapflipUniqueValues in interface MutableCharByteMappublic MutableCharByteMap select(CharBytePredicate predicate)
select in interface CharByteMapselect in interface MutableCharByteMappublic MutableCharByteMap reject(CharBytePredicate predicate)
reject in interface CharByteMapreject in interface MutableCharByteMappublic MutableByteIterator byteIterator()
byteIterator in interface ByteIterablebyteIterator in interface MutableByteValuesMappublic void each(ByteProcedure procedure)
each in interface ByteIterablepublic int count(BytePredicate predicate)
count in interface ByteIterablepublic boolean anySatisfy(BytePredicate predicate)
anySatisfy in interface ByteIterablepublic boolean allSatisfy(BytePredicate predicate)
allSatisfy in interface ByteIterablepublic boolean noneSatisfy(BytePredicate predicate)
noneSatisfy in interface ByteIterablepublic MutableByteBag select(BytePredicate predicate)
select in interface ByteIterableselect in interface ByteValuesMapselect in interface MutableByteValuesMappublic MutableByteBag reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface ByteValuesMapreject in interface MutableByteValuesMappublic <V> MutableBag<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface ByteValuesMapcollect in interface MutableByteValuesMappublic byte detectIfNone(BytePredicate predicate, byte ifNone)
detectIfNone in interface ByteIterablepublic long sum()
sum in interface ByteIterablepublic byte max()
max in interface ByteIterablepublic byte maxIfEmpty(byte defaultValue)
maxIfEmpty in interface ByteIterablepublic byte min()
min in interface ByteIterablepublic byte minIfEmpty(byte defaultValue)
minIfEmpty in interface ByteIterablepublic double average()
average in interface ByteIterablepublic double median()
median in interface ByteIterablepublic byte addToValue(char key,
byte toBeAdded)
addToValue in interface MutableCharByteMappublic byte[] toSortedArray()
toSortedArray in interface ByteIterablepublic MutableByteList toSortedList()
toSortedList in interface ByteIterablepublic byte[] toArray()
toArray in interface ByteIterablepublic byte[] toArray(byte[] target)
toArray in interface ByteIterablepublic boolean contains(byte value)
contains in interface ByteIterablepublic boolean containsAll(byte... source)
containsAll in interface ByteIterablepublic boolean containsAll(ByteIterable source)
containsAll in interface ByteIterablepublic MutableByteList toList()
toList in interface ByteIterablepublic MutableByteSet toSet()
toSet in interface ByteIterablepublic MutableByteBag toBag()
toBag in interface ByteIterablepublic LazyByteIterable asLazy()
asLazy in interface ByteIterablepublic MutableCharByteMap withKeyValue(char key, byte value)
withKeyValue in interface MutableCharByteMappublic MutableCharByteMap withoutKey(char key)
withoutKey in interface MutableCharByteMappublic MutableCharByteMap withoutAllKeys(CharIterable keys)
withoutAllKeys in interface MutableCharByteMappublic MutableCharByteMap asUnmodifiable()
asUnmodifiable in interface MutableCharByteMappublic MutableCharByteMap asSynchronized()
asSynchronized in interface MutableCharByteMappublic ImmutableCharByteMap toImmutable()
toImmutable in interface CharByteMappublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic MutableCharSet keySet()
keySet in interface CharByteMappublic MutableByteCollection values()
values in interface ByteValuesMappublic boolean equals(Object otherMap)
equals in interface CharByteMapequals in class Objectpublic int hashCode()
hashCode in interface CharByteMaphashCode in class Objectpublic String toString()
toString in interface CharByteMaptoString 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,
ObjectByteToObjectFunction<? super T,? extends T> function)
injectInto in interface ByteIterablepublic RichIterable<ByteIterable> chunk(int size)
chunk in interface ByteIterableCopyright © 2004–2022. All rights reserved.