Class UnmodifiableFloatByteMap
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMap
- All Implemented Interfaces:
Serializable,ByteIterable,ByteValuesMap,FloatByteMap,MutableByteValuesMap,MutableFloatByteMap,PrimitiveIterable
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
- Since:
- 3.1.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyteaddToValue(float key, byte toBeAdded) booleanallSatisfy(BytePredicate predicate) booleananySatisfy(BytePredicate 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(ByteToObjectFunction<? extends V> function) booleancontains(byte value) booleancontainsAll(byte... source) booleancontainsAll(ByteIterable source) booleancontainsKey(float key) booleancontainsValue(byte value) intcount(BytePredicate predicate) bytedetectIfNone(BytePredicate predicate, byte ifNone) voideach(ByteProcedure procedure) booleanvoidforEachKey(FloatProcedure procedure) voidforEachKeyValue(FloatByteProcedure procedure) voidforEachValue(ByteProcedure procedure) byteget(float key) bytegetAndPut(float key, byte putValue, byte defaultValue) bytegetIfAbsent(float key, byte ifAbsent) bytegetIfAbsentPut(float key, byte value) bytegetIfAbsentPut(float key, ByteFunction0 function) <P> bytegetIfAbsentPutWith(float key, ByteFunction<? super P> function, P parameter) bytegetIfAbsentPutWithKey(float key, FloatToByteFunction function) bytegetOrThrow(float key) inthashCode()<T> TinjectInto(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) booleanisEmpty()keySet()keysView()makeString(String separator) makeString(String start, String separator, String end) bytemax()bytemaxIfEmpty(byte defaultValue) doublemedian()bytemin()byteminIfEmpty(byte defaultValue) booleannoneSatisfy(BytePredicate predicate) booleannotEmpty()voidput(float key, byte value) voidputAll(FloatByteMap map) voidputPair(FloatBytePair keyValuePair) reject(BytePredicate predicate) reject(FloatBytePredicate predicate) voidremove(float key) voidremoveKey(float key) byteremoveKeyIfAbsent(float key, byte value) select(BytePredicate predicate) select(FloatBytePredicate predicate) intsize()longsum()byte[]toArray()byte[]toArray(byte[] target) toBag()toList()toSet()byte[]toString()byteupdateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function) voidupdateValues(FloatByteToByteFunction function) values()withKeyValue(float key, byte value) withoutAllKeys(FloatIterable keys) withoutKey(float key) Methods inherited from interface org.eclipse.collections.api.ByteIterable
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.ByteValuesMap
tapMethods inherited from interface org.eclipse.collections.api.map.primitive.FloatByteMap
allSatisfyKeyValue, injectIntoKeyValueMethods inherited from interface org.eclipse.collections.api.map.primitive.MutableFloatByteMap
withAllKeyValues
-
Constructor Details
-
UnmodifiableFloatByteMap
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceMutableByteValuesMap
-
put
public void put(float key, byte value) - Specified by:
putin interfaceMutableFloatByteMap
-
putPair
- Specified by:
putPairin interfaceMutableFloatByteMap
-
putAll
- Specified by:
putAllin interfaceMutableFloatByteMap
-
updateValues
- Specified by:
updateValuesin interfaceMutableFloatByteMap
-
removeKey
public void removeKey(float key) - Specified by:
removeKeyin interfaceMutableFloatByteMap
-
remove
public void remove(float key) - Specified by:
removein interfaceMutableFloatByteMap
-
removeKeyIfAbsent
public byte removeKeyIfAbsent(float key, byte value) - Specified by:
removeKeyIfAbsentin interfaceMutableFloatByteMap
-
getIfAbsentPut
public byte getIfAbsentPut(float key, byte value) - Specified by:
getIfAbsentPutin interfaceMutableFloatByteMap
-
getAndPut
public byte getAndPut(float key, byte putValue, byte defaultValue) - Specified by:
getAndPutin interfaceMutableFloatByteMap
-
getIfAbsentPut
- Specified by:
getIfAbsentPutin interfaceMutableFloatByteMap
-
getIfAbsentPutWithKey
- Specified by:
getIfAbsentPutWithKeyin interfaceMutableFloatByteMap
-
getIfAbsentPutWith
- Specified by:
getIfAbsentPutWithin interfaceMutableFloatByteMap
-
updateValue
- Specified by:
updateValuein interfaceMutableFloatByteMap
-
get
public byte get(float key) - Specified by:
getin interfaceFloatByteMap
-
getIfAbsent
public byte getIfAbsent(float key, byte ifAbsent) - Specified by:
getIfAbsentin interfaceFloatByteMap
-
getOrThrow
public byte getOrThrow(float key) - Specified by:
getOrThrowin interfaceFloatByteMap
-
containsKey
public boolean containsKey(float key) - Specified by:
containsKeyin interfaceFloatByteMap
-
containsValue
public boolean containsValue(byte value) - Specified by:
containsValuein interfaceByteValuesMap
-
forEachValue
- Specified by:
forEachValuein interfaceByteValuesMap
-
forEachKey
- Specified by:
forEachKeyin interfaceFloatByteMap
-
forEachKeyValue
- Specified by:
forEachKeyValuein interfaceFloatByteMap
-
keysView
- Specified by:
keysViewin interfaceFloatByteMap
-
keyValuesView
- Specified by:
keyValuesViewin interfaceFloatByteMap
-
flipUniqueValues
- Specified by:
flipUniqueValuesin interfaceFloatByteMap- Specified by:
flipUniqueValuesin interfaceMutableFloatByteMap
-
select
- Specified by:
selectin interfaceFloatByteMap- Specified by:
selectin interfaceMutableFloatByteMap
-
reject
- Specified by:
rejectin interfaceFloatByteMap- Specified by:
rejectin interfaceMutableFloatByteMap
-
byteIterator
- Specified by:
byteIteratorin interfaceByteIterable- Specified by:
byteIteratorin interfaceMutableByteValuesMap
-
each
- Specified by:
eachin interfaceByteIterable- Since:
- 7.0.
-
count
- Specified by:
countin interfaceByteIterable
-
anySatisfy
- Specified by:
anySatisfyin interfaceByteIterable
-
allSatisfy
- Specified by:
allSatisfyin interfaceByteIterable
-
noneSatisfy
- Specified by:
noneSatisfyin interfaceByteIterable
-
select
- Specified by:
selectin interfaceByteIterable- Specified by:
selectin interfaceByteValuesMap- Specified by:
selectin interfaceMutableByteValuesMap
-
reject
- Specified by:
rejectin interfaceByteIterable- Specified by:
rejectin interfaceByteValuesMap- Specified by:
rejectin interfaceMutableByteValuesMap
-
collect
- Specified by:
collectin interfaceByteIterable- Specified by:
collectin interfaceByteValuesMap- Specified by:
collectin interfaceMutableByteValuesMap
-
detectIfNone
- Specified by:
detectIfNonein interfaceByteIterable
-
sum
public long sum()- Specified by:
sumin interfaceByteIterable
-
max
public byte max()- Specified by:
maxin interfaceByteIterable
-
maxIfEmpty
public byte maxIfEmpty(byte defaultValue) - Specified by:
maxIfEmptyin interfaceByteIterable
-
min
public byte min()- Specified by:
minin interfaceByteIterable
-
minIfEmpty
public byte minIfEmpty(byte defaultValue) - Specified by:
minIfEmptyin interfaceByteIterable
-
average
public double average()- Specified by:
averagein interfaceByteIterable
-
median
public double median()- Specified by:
medianin interfaceByteIterable
-
addToValue
public byte addToValue(float key, byte toBeAdded) - Specified by:
addToValuein interfaceMutableFloatByteMap
-
toSortedArray
public byte[] toSortedArray()- Specified by:
toSortedArrayin interfaceByteIterable
-
toSortedList
- Specified by:
toSortedListin interfaceByteIterable
-
toArray
public byte[] toArray()- Specified by:
toArrayin interfaceByteIterable
-
toArray
public byte[] toArray(byte[] target) - Specified by:
toArrayin interfaceByteIterable
-
contains
public boolean contains(byte value) - Specified by:
containsin interfaceByteIterable
-
containsAll
public boolean containsAll(byte... source) - Specified by:
containsAllin interfaceByteIterable
-
containsAll
- Specified by:
containsAllin interfaceByteIterable
-
toList
- Specified by:
toListin interfaceByteIterable
-
toSet
- Specified by:
toSetin interfaceByteIterable
-
toBag
- Specified by:
toBagin interfaceByteIterable
-
asLazy
- Specified by:
asLazyin interfaceByteIterable
-
withKeyValue
- Specified by:
withKeyValuein interfaceMutableFloatByteMap
-
withoutKey
- Specified by:
withoutKeyin interfaceMutableFloatByteMap
-
withoutAllKeys
- Specified by:
withoutAllKeysin interfaceMutableFloatByteMap
-
asUnmodifiable
- Specified by:
asUnmodifiablein interfaceMutableFloatByteMap
-
asSynchronized
- Specified by:
asSynchronizedin interfaceMutableFloatByteMap
-
toImmutable
- Specified by:
toImmutablein interfaceFloatByteMap
-
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 interfaceFloatByteMap
-
values
- Specified by:
valuesin interfaceByteValuesMap
-
equals
- Specified by:
equalsin interfaceFloatByteMap- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceFloatByteMap- Overrides:
hashCodein classObject
-
toString
- Specified by:
toStringin interfaceFloatByteMap- 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, ObjectByteToObjectFunction<? super T, ? extends T> function) - Specified by:
injectIntoin interfaceByteIterable
-
chunk
- Specified by:
chunkin interfaceByteIterable
-