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