Class UnmodifiableIntBooleanMap
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMap
- All Implemented Interfaces:
Serializable,BooleanIterable,BooleanValuesMap,IntBooleanMap,MutableBooleanValuesMap,MutableIntBooleanMap,PrimitiveIterable
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(int key) booleancontainsValue(boolean value) intcount(BooleanPredicate predicate) booleandetectIfNone(BooleanPredicate predicate, boolean ifNone) voideach(BooleanProcedure procedure) booleanvoidforEachKey(IntProcedure procedure) voidforEachKeyValue(IntBooleanProcedure procedure) voidforEachValue(BooleanProcedure procedure) booleanget(int key) booleangetAndPut(int key, boolean putValue, boolean defaultValue) booleangetIfAbsent(int key, boolean ifAbsent) booleangetIfAbsentPut(int key, boolean value) booleangetIfAbsentPut(int key, BooleanFunction0 function) <P> booleangetIfAbsentPutWith(int key, BooleanFunction<? super P> function, P parameter) booleangetIfAbsentPutWithKey(int key, IntToBooleanFunction function) booleangetOrThrow(int 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(int key, boolean value) voidputAll(IntBooleanMap map) voidputPair(IntBooleanPair keyValuePair) reject(BooleanPredicate predicate) reject(IntBooleanPredicate predicate) voidremove(int key) voidremoveKey(int key) booleanremoveKeyIfAbsent(int key, boolean value) select(BooleanPredicate predicate) select(IntBooleanPredicate predicate) intsize()boolean[]toArray()boolean[]toArray(boolean[] target) toBag()toList()toSet()toString()booleanupdateValue(int key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) voidupdateValues(IntBooleanToBooleanFunction function) values()withKeyValue(int key, boolean value) withoutAllKeys(IntIterable keys) withoutKey(int 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.IntBooleanMap
allSatisfyKeyValue, injectIntoKeyValueMethods inherited from interface org.eclipse.collections.api.map.primitive.MutableIntBooleanMap
withAllKeyValues
-
Constructor Details
-
UnmodifiableIntBooleanMap
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceMutableBooleanValuesMap
-
put
public void put(int key, boolean value) - Specified by:
putin interfaceMutableIntBooleanMap
-
putPair
- Specified by:
putPairin interfaceMutableIntBooleanMap
-
putAll
- Specified by:
putAllin interfaceMutableIntBooleanMap
-
updateValues
- Specified by:
updateValuesin interfaceMutableIntBooleanMap
-
removeKey
public void removeKey(int key) - Specified by:
removeKeyin interfaceMutableIntBooleanMap
-
remove
public void remove(int key) - Specified by:
removein interfaceMutableIntBooleanMap
-
removeKeyIfAbsent
public boolean removeKeyIfAbsent(int key, boolean value) - Specified by:
removeKeyIfAbsentin interfaceMutableIntBooleanMap
-
getIfAbsentPut
public boolean getIfAbsentPut(int key, boolean value) - Specified by:
getIfAbsentPutin interfaceMutableIntBooleanMap
-
getAndPut
public boolean getAndPut(int key, boolean putValue, boolean defaultValue) - Specified by:
getAndPutin interfaceMutableIntBooleanMap
-
getIfAbsentPut
- Specified by:
getIfAbsentPutin interfaceMutableIntBooleanMap
-
getIfAbsentPutWithKey
- Specified by:
getIfAbsentPutWithKeyin interfaceMutableIntBooleanMap
-
getIfAbsentPutWith
- Specified by:
getIfAbsentPutWithin interfaceMutableIntBooleanMap
-
updateValue
public boolean updateValue(int key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) - Specified by:
updateValuein interfaceMutableIntBooleanMap
-
get
public boolean get(int key) - Specified by:
getin interfaceIntBooleanMap
-
getIfAbsent
public boolean getIfAbsent(int key, boolean ifAbsent) - Specified by:
getIfAbsentin interfaceIntBooleanMap
-
getOrThrow
public boolean getOrThrow(int key) - Specified by:
getOrThrowin interfaceIntBooleanMap
-
containsKey
public boolean containsKey(int key) - Specified by:
containsKeyin interfaceIntBooleanMap
-
containsValue
public boolean containsValue(boolean value) - Specified by:
containsValuein interfaceBooleanValuesMap
-
forEachValue
- Specified by:
forEachValuein interfaceBooleanValuesMap
-
forEachKey
- Specified by:
forEachKeyin interfaceIntBooleanMap
-
forEachKeyValue
- Specified by:
forEachKeyValuein interfaceIntBooleanMap
-
keysView
- Specified by:
keysViewin interfaceIntBooleanMap
-
keyValuesView
- Specified by:
keyValuesViewin interfaceIntBooleanMap
-
select
- Specified by:
selectin interfaceIntBooleanMap- Specified by:
selectin interfaceMutableIntBooleanMap
-
reject
- Specified by:
rejectin interfaceIntBooleanMap- Specified by:
rejectin interfaceMutableIntBooleanMap
-
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 interfaceMutableIntBooleanMap
-
withoutKey
- Specified by:
withoutKeyin interfaceMutableIntBooleanMap
-
withoutAllKeys
- Specified by:
withoutAllKeysin interfaceMutableIntBooleanMap
-
asUnmodifiable
- Specified by:
asUnmodifiablein interfaceMutableIntBooleanMap
-
asSynchronized
- Specified by:
asSynchronizedin interfaceMutableIntBooleanMap
-
toImmutable
- Specified by:
toImmutablein interfaceIntBooleanMap
-
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 interfaceIntBooleanMap
-
values
- Specified by:
valuesin interfaceBooleanValuesMap
-
equals
- Specified by:
equalsin interfaceIntBooleanMap- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceIntBooleanMap- Overrides:
hashCodein classObject
-
toString
- Specified by:
toStringin interfaceIntBooleanMap- 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
-