Class UnmodifiableFloatCharMap
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMap
- All Implemented Interfaces:
Serializable,CharIterable,CharValuesMap,FloatCharMap,MutableCharValuesMap,MutableFloatCharMap,PrimitiveIterable
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
- Since:
- 3.1.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharaddToValue(float key, char toBeAdded) booleanallSatisfy(CharPredicate predicate) booleananySatisfy(CharPredicate predicate) voidappendString(Appendable appendable) voidappendString(Appendable appendable, String separator) voidappendString(Appendable appendable, String start, String separator, String end) asLazy()doubleaverage()chunk(int size) voidclear()<V> MutableBag<V>collect(CharToObjectFunction<? extends V> function) booleancontains(char value) booleancontainsAll(char... source) booleancontainsAll(CharIterable source) booleancontainsKey(float key) booleancontainsValue(char value) intcount(CharPredicate predicate) chardetectIfNone(CharPredicate predicate, char ifNone) voideach(CharProcedure procedure) booleanvoidforEachKey(FloatProcedure procedure) voidforEachKeyValue(FloatCharProcedure procedure) voidforEachValue(CharProcedure procedure) charget(float key) chargetAndPut(float key, char putValue, char defaultValue) chargetIfAbsent(float key, char ifAbsent) chargetIfAbsentPut(float key, char value) chargetIfAbsentPut(float key, CharFunction0 function) <P> chargetIfAbsentPutWith(float key, CharFunction<? super P> function, P parameter) chargetIfAbsentPutWithKey(float key, FloatToCharFunction function) chargetOrThrow(float key) inthashCode()<T> TinjectInto(T injectedValue, ObjectCharToObjectFunction<? super T, ? extends T> function) booleanisEmpty()keySet()keysView()makeString(String separator) makeString(String start, String separator, String end) charmax()charmaxIfEmpty(char defaultValue) doublemedian()charmin()charminIfEmpty(char defaultValue) booleannoneSatisfy(CharPredicate predicate) booleannotEmpty()voidput(float key, char value) voidputAll(FloatCharMap map) voidputPair(FloatCharPair keyValuePair) reject(CharPredicate predicate) reject(FloatCharPredicate predicate) voidremove(float key) voidremoveKey(float key) charremoveKeyIfAbsent(float key, char value) select(CharPredicate predicate) select(FloatCharPredicate predicate) intsize()longsum()char[]toArray()char[]toArray(char[] target) toBag()toList()toSet()char[]toString()charupdateValue(float key, char initialValueIfAbsent, CharToCharFunction function) voidupdateValues(FloatCharToCharFunction function) values()withKeyValue(float key, char value) withoutAllKeys(FloatIterable keys) withoutKey(float key) Methods inherited from interface org.eclipse.collections.api.CharIterable
averageIfEmpty, 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, toSortedListByMethods inherited from interface org.eclipse.collections.api.map.primitive.CharValuesMap
tapMethods inherited from interface org.eclipse.collections.api.map.primitive.FloatCharMap
allSatisfyKeyValue, injectIntoKeyValueMethods inherited from interface org.eclipse.collections.api.map.primitive.MutableFloatCharMap
withAllKeyValues
-
Constructor Details
-
UnmodifiableFloatCharMap
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceMutableCharValuesMap
-
put
public void put(float key, char value) - Specified by:
putin interfaceMutableFloatCharMap
-
putPair
- Specified by:
putPairin interfaceMutableFloatCharMap
-
putAll
- Specified by:
putAllin interfaceMutableFloatCharMap
-
updateValues
- Specified by:
updateValuesin interfaceMutableFloatCharMap
-
removeKey
public void removeKey(float key) - Specified by:
removeKeyin interfaceMutableFloatCharMap
-
remove
public void remove(float key) - Specified by:
removein interfaceMutableFloatCharMap
-
removeKeyIfAbsent
public char removeKeyIfAbsent(float key, char value) - Specified by:
removeKeyIfAbsentin interfaceMutableFloatCharMap
-
getIfAbsentPut
public char getIfAbsentPut(float key, char value) - Specified by:
getIfAbsentPutin interfaceMutableFloatCharMap
-
getAndPut
public char getAndPut(float key, char putValue, char defaultValue) - Specified by:
getAndPutin interfaceMutableFloatCharMap
-
getIfAbsentPut
- Specified by:
getIfAbsentPutin interfaceMutableFloatCharMap
-
getIfAbsentPutWithKey
- Specified by:
getIfAbsentPutWithKeyin interfaceMutableFloatCharMap
-
getIfAbsentPutWith
- Specified by:
getIfAbsentPutWithin interfaceMutableFloatCharMap
-
updateValue
- Specified by:
updateValuein interfaceMutableFloatCharMap
-
get
public char get(float key) - Specified by:
getin interfaceFloatCharMap
-
getIfAbsent
public char getIfAbsent(float key, char ifAbsent) - Specified by:
getIfAbsentin interfaceFloatCharMap
-
getOrThrow
public char getOrThrow(float key) - Specified by:
getOrThrowin interfaceFloatCharMap
-
containsKey
public boolean containsKey(float key) - Specified by:
containsKeyin interfaceFloatCharMap
-
containsValue
public boolean containsValue(char value) - Specified by:
containsValuein interfaceCharValuesMap
-
forEachValue
- Specified by:
forEachValuein interfaceCharValuesMap
-
forEachKey
- Specified by:
forEachKeyin interfaceFloatCharMap
-
forEachKeyValue
- Specified by:
forEachKeyValuein interfaceFloatCharMap
-
keysView
- Specified by:
keysViewin interfaceFloatCharMap
-
keyValuesView
- Specified by:
keyValuesViewin interfaceFloatCharMap
-
flipUniqueValues
- Specified by:
flipUniqueValuesin interfaceFloatCharMap- Specified by:
flipUniqueValuesin interfaceMutableFloatCharMap
-
select
- Specified by:
selectin interfaceFloatCharMap- Specified by:
selectin interfaceMutableFloatCharMap
-
reject
- Specified by:
rejectin interfaceFloatCharMap- Specified by:
rejectin interfaceMutableFloatCharMap
-
charIterator
- Specified by:
charIteratorin interfaceCharIterable- Specified by:
charIteratorin interfaceMutableCharValuesMap
-
each
- Specified by:
eachin interfaceCharIterable- Since:
- 7.0.
-
count
- Specified by:
countin interfaceCharIterable
-
anySatisfy
- Specified by:
anySatisfyin interfaceCharIterable
-
allSatisfy
- Specified by:
allSatisfyin interfaceCharIterable
-
noneSatisfy
- Specified by:
noneSatisfyin interfaceCharIterable
-
select
- Specified by:
selectin interfaceCharIterable- Specified by:
selectin interfaceCharValuesMap- Specified by:
selectin interfaceMutableCharValuesMap
-
reject
- Specified by:
rejectin interfaceCharIterable- Specified by:
rejectin interfaceCharValuesMap- Specified by:
rejectin interfaceMutableCharValuesMap
-
collect
- Specified by:
collectin interfaceCharIterable- Specified by:
collectin interfaceCharValuesMap- Specified by:
collectin interfaceMutableCharValuesMap
-
detectIfNone
- Specified by:
detectIfNonein interfaceCharIterable
-
sum
public long sum()- Specified by:
sumin interfaceCharIterable
-
max
public char max()- Specified by:
maxin interfaceCharIterable
-
maxIfEmpty
public char maxIfEmpty(char defaultValue) - Specified by:
maxIfEmptyin interfaceCharIterable
-
min
public char min()- Specified by:
minin interfaceCharIterable
-
minIfEmpty
public char minIfEmpty(char defaultValue) - Specified by:
minIfEmptyin interfaceCharIterable
-
average
public double average()- Specified by:
averagein interfaceCharIterable
-
median
public double median()- Specified by:
medianin interfaceCharIterable
-
addToValue
public char addToValue(float key, char toBeAdded) - Specified by:
addToValuein interfaceMutableFloatCharMap
-
toSortedArray
public char[] toSortedArray()- Specified by:
toSortedArrayin interfaceCharIterable
-
toSortedList
- Specified by:
toSortedListin interfaceCharIterable
-
toArray
public char[] toArray()- Specified by:
toArrayin interfaceCharIterable
-
toArray
public char[] toArray(char[] target) - Specified by:
toArrayin interfaceCharIterable
-
contains
public boolean contains(char value) - Specified by:
containsin interfaceCharIterable
-
containsAll
public boolean containsAll(char... source) - Specified by:
containsAllin interfaceCharIterable
-
containsAll
- Specified by:
containsAllin interfaceCharIterable
-
toList
- Specified by:
toListin interfaceCharIterable
-
toSet
- Specified by:
toSetin interfaceCharIterable
-
toBag
- Specified by:
toBagin interfaceCharIterable
-
asLazy
- Specified by:
asLazyin interfaceCharIterable
-
withKeyValue
- Specified by:
withKeyValuein interfaceMutableFloatCharMap
-
withoutKey
- Specified by:
withoutKeyin interfaceMutableFloatCharMap
-
withoutAllKeys
- Specified by:
withoutAllKeysin interfaceMutableFloatCharMap
-
asUnmodifiable
- Specified by:
asUnmodifiablein interfaceMutableFloatCharMap
-
asSynchronized
- Specified by:
asSynchronizedin interfaceMutableFloatCharMap
-
toImmutable
- Specified by:
toImmutablein interfaceFloatCharMap
-
size
public int size()- Specified by:
sizein interfacePrimitiveIterable
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfacePrimitiveIterable
-
notEmpty
public boolean notEmpty()- Specified by:
notEmptyin interfacePrimitiveIterable
-
keySet
- Specified by:
keySetin interfaceFloatCharMap
-
values
- Specified by:
valuesin interfaceCharValuesMap
-
equals
- Specified by:
equalsin interfaceFloatCharMap- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceFloatCharMap- Overrides:
hashCodein classObject
-
toString
- Specified by:
toStringin interfaceFloatCharMap- Specified by:
toStringin interfacePrimitiveIterable- Overrides:
toStringin classObject
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
injectInto
public <T> T injectInto(T injectedValue, ObjectCharToObjectFunction<? super T, ? extends T> function) - Specified by:
injectIntoin interfaceCharIterable
-
chunk
- Specified by:
chunkin interfaceCharIterable
-