Class UnmodifiableFloatBooleanMap
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMap
- All Implemented Interfaces:
Serializable,BooleanIterable,BooleanValuesMap,FloatBooleanMap,MutableBooleanValuesMap,MutableFloatBooleanMap,PrimitiveIterable
public class UnmodifiableFloatBooleanMap
extends Object
implements MutableFloatBooleanMap, Serializable
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
- Since:
- 3.1.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallSatisfy(BooleanPredicate predicate) booleananySatisfy(BooleanPredicate predicate) voidappendString(Appendable appendable) voidappendString(Appendable appendable, String separator) voidappendString(Appendable appendable, String start, String separator, String end) asLazy()chunk(int size) voidclear()<V> MutableBag<V>collect(BooleanToObjectFunction<? extends V> function) booleancontains(boolean value) booleancontainsAll(boolean... source) booleancontainsAll(BooleanIterable source) booleancontainsKey(float key) booleancontainsValue(boolean value) intcount(BooleanPredicate predicate) booleandetectIfNone(BooleanPredicate predicate, boolean ifNone) voideach(BooleanProcedure procedure) booleanvoidforEachKey(FloatProcedure procedure) voidforEachKeyValue(FloatBooleanProcedure procedure) voidforEachValue(BooleanProcedure procedure) booleanget(float key) booleangetAndPut(float key, boolean putValue, boolean defaultValue) booleangetIfAbsent(float key, boolean ifAbsent) booleangetIfAbsentPut(float key, boolean value) booleangetIfAbsentPut(float key, BooleanFunction0 function) <P> booleangetIfAbsentPutWith(float key, BooleanFunction<? super P> function, P parameter) booleangetIfAbsentPutWithKey(float key, FloatToBooleanFunction function) booleangetOrThrow(float key) inthashCode()<T> TinjectInto(T injectedValue, ObjectBooleanToObjectFunction<? super T, ? extends T> function) booleanisEmpty()keySet()keysView()makeString(String separator) makeString(String start, String separator, String end) booleannoneSatisfy(BooleanPredicate predicate) booleannotEmpty()voidput(float key, boolean value) voidputAll(FloatBooleanMap map) voidputPair(FloatBooleanPair keyValuePair) reject(BooleanPredicate predicate) reject(FloatBooleanPredicate predicate) voidremove(float key) voidremoveKey(float key) booleanremoveKeyIfAbsent(float key, boolean value) select(BooleanPredicate predicate) select(FloatBooleanPredicate predicate) intsize()boolean[]toArray()boolean[]toArray(boolean[] target) toBag()toList()toSet()toString()booleanupdateValue(float key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) voidupdateValues(FloatBooleanToBooleanFunction function) values()withKeyValue(float key, boolean value) withoutAllKeys(FloatIterable keys) withoutKey(float key) Methods inherited from interface org.eclipse.collections.api.BooleanIterable
collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, reduce, reduceIfEmpty, reject, selectMethods inherited from interface org.eclipse.collections.api.map.primitive.BooleanValuesMap
tapMethods inherited from interface org.eclipse.collections.api.map.primitive.FloatBooleanMap
allSatisfyKeyValue, injectIntoKeyValueMethods inherited from interface org.eclipse.collections.api.map.primitive.MutableFloatBooleanMap
withAllKeyValues
-
Constructor Details
-
UnmodifiableFloatBooleanMap
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceMutableBooleanValuesMap
-
put
public void put(float key, boolean value) - Specified by:
putin interfaceMutableFloatBooleanMap
-
putPair
- Specified by:
putPairin interfaceMutableFloatBooleanMap
-
putAll
- Specified by:
putAllin interfaceMutableFloatBooleanMap
-
updateValues
- Specified by:
updateValuesin interfaceMutableFloatBooleanMap
-
removeKey
public void removeKey(float key) - Specified by:
removeKeyin interfaceMutableFloatBooleanMap
-
remove
public void remove(float key) - Specified by:
removein interfaceMutableFloatBooleanMap
-
removeKeyIfAbsent
public boolean removeKeyIfAbsent(float key, boolean value) - Specified by:
removeKeyIfAbsentin interfaceMutableFloatBooleanMap
-
getIfAbsentPut
public boolean getIfAbsentPut(float key, boolean value) - Specified by:
getIfAbsentPutin interfaceMutableFloatBooleanMap
-
getAndPut
public boolean getAndPut(float key, boolean putValue, boolean defaultValue) - Specified by:
getAndPutin interfaceMutableFloatBooleanMap
-
getIfAbsentPut
- Specified by:
getIfAbsentPutin interfaceMutableFloatBooleanMap
-
getIfAbsentPutWithKey
- Specified by:
getIfAbsentPutWithKeyin interfaceMutableFloatBooleanMap
-
getIfAbsentPutWith
- Specified by:
getIfAbsentPutWithin interfaceMutableFloatBooleanMap
-
updateValue
public boolean updateValue(float key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) - Specified by:
updateValuein interfaceMutableFloatBooleanMap
-
get
public boolean get(float key) - Specified by:
getin interfaceFloatBooleanMap
-
getIfAbsent
public boolean getIfAbsent(float key, boolean ifAbsent) - Specified by:
getIfAbsentin interfaceFloatBooleanMap
-
getOrThrow
public boolean getOrThrow(float key) - Specified by:
getOrThrowin interfaceFloatBooleanMap
-
containsKey
public boolean containsKey(float key) - Specified by:
containsKeyin interfaceFloatBooleanMap
-
containsValue
public boolean containsValue(boolean value) - Specified by:
containsValuein interfaceBooleanValuesMap
-
forEachValue
- Specified by:
forEachValuein interfaceBooleanValuesMap
-
forEachKey
- Specified by:
forEachKeyin interfaceFloatBooleanMap
-
forEachKeyValue
- Specified by:
forEachKeyValuein interfaceFloatBooleanMap
-
keysView
- Specified by:
keysViewin interfaceFloatBooleanMap
-
keyValuesView
- Specified by:
keyValuesViewin interfaceFloatBooleanMap
-
select
- Specified by:
selectin interfaceFloatBooleanMap- Specified by:
selectin interfaceMutableFloatBooleanMap
-
reject
- Specified by:
rejectin interfaceFloatBooleanMap- Specified by:
rejectin interfaceMutableFloatBooleanMap
-
booleanIterator
- Specified by:
booleanIteratorin interfaceBooleanIterable- Specified by:
booleanIteratorin interfaceMutableBooleanValuesMap
-
each
- Specified by:
eachin interfaceBooleanIterable- Since:
- 7.0.
-
count
- Specified by:
countin interfaceBooleanIterable
-
anySatisfy
- Specified by:
anySatisfyin interfaceBooleanIterable
-
allSatisfy
- Specified by:
allSatisfyin interfaceBooleanIterable
-
noneSatisfy
- Specified by:
noneSatisfyin interfaceBooleanIterable
-
select
- Specified by:
selectin interfaceBooleanIterable- Specified by:
selectin interfaceBooleanValuesMap- Specified by:
selectin interfaceMutableBooleanValuesMap
-
reject
- Specified by:
rejectin interfaceBooleanIterable- Specified by:
rejectin interfaceBooleanValuesMap- Specified by:
rejectin interfaceMutableBooleanValuesMap
-
collect
- Specified by:
collectin interfaceBooleanIterable- Specified by:
collectin interfaceBooleanValuesMap- Specified by:
collectin interfaceMutableBooleanValuesMap
-
detectIfNone
- Specified by:
detectIfNonein interfaceBooleanIterable
-
toArray
public boolean[] toArray()- Specified by:
toArrayin interfaceBooleanIterable
-
toArray
public boolean[] toArray(boolean[] target) - Specified by:
toArrayin interfaceBooleanIterable
-
contains
public boolean contains(boolean value) - Specified by:
containsin interfaceBooleanIterable
-
containsAll
public boolean containsAll(boolean... source) - Specified by:
containsAllin interfaceBooleanIterable
-
containsAll
- Specified by:
containsAllin interfaceBooleanIterable
-
toList
- Specified by:
toListin interfaceBooleanIterable
-
toSet
- Specified by:
toSetin interfaceBooleanIterable
-
toBag
- Specified by:
toBagin interfaceBooleanIterable
-
asLazy
- Specified by:
asLazyin interfaceBooleanIterable
-
withKeyValue
- Specified by:
withKeyValuein interfaceMutableFloatBooleanMap
-
withoutKey
- Specified by:
withoutKeyin interfaceMutableFloatBooleanMap
-
withoutAllKeys
- Specified by:
withoutAllKeysin interfaceMutableFloatBooleanMap
-
asUnmodifiable
- Specified by:
asUnmodifiablein interfaceMutableFloatBooleanMap
-
asSynchronized
- Specified by:
asSynchronizedin interfaceMutableFloatBooleanMap
-
toImmutable
- Specified by:
toImmutablein interfaceFloatBooleanMap
-
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 interfaceFloatBooleanMap
-
values
- Specified by:
valuesin interfaceBooleanValuesMap
-
equals
- Specified by:
equalsin interfaceFloatBooleanMap- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceFloatBooleanMap- Overrides:
hashCodein classObject
-
toString
- Specified by:
toStringin interfaceFloatBooleanMap- 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, ObjectBooleanToObjectFunction<? super T, ? extends T> function) - Specified by:
injectIntoin interfaceBooleanIterable
-
chunk
- Specified by:
chunkin interfaceBooleanIterable
-