public class UnmodifiableFloatBooleanMap extends Object implements MutableFloatBooleanMap, Serializable
| Constructor and Description |
|---|
UnmodifiableFloatBooleanMap(MutableFloatBooleanMap map) |
withAllKeyValuesinjectIntoKeyValuetapcollect, 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, selectpublic UnmodifiableFloatBooleanMap(MutableFloatBooleanMap map)
public void clear()
clear in interface MutableBooleanValuesMappublic void put(float key,
boolean value)
put in interface MutableFloatBooleanMappublic void putPair(FloatBooleanPair keyValuePair)
putPair in interface MutableFloatBooleanMappublic void putAll(FloatBooleanMap map)
putAll in interface MutableFloatBooleanMappublic void updateValues(FloatBooleanToBooleanFunction function)
updateValues in interface MutableFloatBooleanMappublic void removeKey(float key)
removeKey in interface MutableFloatBooleanMappublic void remove(float key)
remove in interface MutableFloatBooleanMappublic boolean removeKeyIfAbsent(float key,
boolean value)
removeKeyIfAbsent in interface MutableFloatBooleanMappublic boolean getIfAbsentPut(float key,
boolean value)
getIfAbsentPut in interface MutableFloatBooleanMappublic boolean getAndPut(float key,
boolean putValue,
boolean defaultValue)
getAndPut in interface MutableFloatBooleanMappublic boolean getIfAbsentPut(float key,
BooleanFunction0 function)
getIfAbsentPut in interface MutableFloatBooleanMappublic boolean getIfAbsentPutWithKey(float key,
FloatToBooleanFunction function)
getIfAbsentPutWithKey in interface MutableFloatBooleanMappublic <P> boolean getIfAbsentPutWith(float key,
BooleanFunction<? super P> function,
P parameter)
getIfAbsentPutWith in interface MutableFloatBooleanMappublic boolean updateValue(float key,
boolean initialValueIfAbsent,
BooleanToBooleanFunction function)
updateValue in interface MutableFloatBooleanMappublic boolean get(float key)
get in interface FloatBooleanMappublic boolean getIfAbsent(float key,
boolean ifAbsent)
getIfAbsent in interface FloatBooleanMappublic boolean getOrThrow(float key)
getOrThrow in interface FloatBooleanMappublic boolean containsKey(float key)
containsKey in interface FloatBooleanMappublic boolean containsValue(boolean value)
containsValue in interface BooleanValuesMappublic void forEachValue(BooleanProcedure procedure)
forEachValue in interface BooleanValuesMappublic void forEachKey(FloatProcedure procedure)
forEachKey in interface FloatBooleanMappublic void forEachKeyValue(FloatBooleanProcedure procedure)
forEachKeyValue in interface FloatBooleanMappublic LazyFloatIterable keysView()
keysView in interface FloatBooleanMappublic RichIterable<FloatBooleanPair> keyValuesView()
keyValuesView in interface FloatBooleanMappublic MutableFloatBooleanMap select(FloatBooleanPredicate predicate)
select in interface FloatBooleanMapselect in interface MutableFloatBooleanMappublic MutableFloatBooleanMap reject(FloatBooleanPredicate predicate)
reject in interface FloatBooleanMapreject in interface MutableFloatBooleanMappublic MutableBooleanIterator booleanIterator()
booleanIterator in interface BooleanIterablebooleanIterator in interface MutableBooleanValuesMappublic void each(BooleanProcedure procedure)
each in interface BooleanIterablepublic int count(BooleanPredicate predicate)
count in interface BooleanIterablepublic boolean anySatisfy(BooleanPredicate predicate)
anySatisfy in interface BooleanIterablepublic boolean allSatisfy(BooleanPredicate predicate)
allSatisfy in interface BooleanIterablepublic boolean noneSatisfy(BooleanPredicate predicate)
noneSatisfy in interface BooleanIterablepublic MutableBooleanBag select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface BooleanValuesMapselect in interface MutableBooleanValuesMappublic MutableBooleanBag reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface BooleanValuesMapreject in interface MutableBooleanValuesMappublic <V> MutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface BooleanValuesMapcollect in interface MutableBooleanValuesMappublic boolean detectIfNone(BooleanPredicate predicate, boolean ifNone)
detectIfNone in interface BooleanIterablepublic boolean[] toArray()
toArray in interface BooleanIterablepublic boolean[] toArray(boolean[] target)
toArray in interface BooleanIterablepublic boolean contains(boolean value)
contains in interface BooleanIterablepublic boolean containsAll(boolean... source)
containsAll in interface BooleanIterablepublic boolean containsAll(BooleanIterable source)
containsAll in interface BooleanIterablepublic MutableBooleanList toList()
toList in interface BooleanIterablepublic MutableBooleanSet toSet()
toSet in interface BooleanIterablepublic MutableBooleanBag toBag()
toBag in interface BooleanIterablepublic LazyBooleanIterable asLazy()
asLazy in interface BooleanIterablepublic MutableFloatBooleanMap withKeyValue(float key, boolean value)
withKeyValue in interface MutableFloatBooleanMappublic MutableFloatBooleanMap withoutKey(float key)
withoutKey in interface MutableFloatBooleanMappublic MutableFloatBooleanMap withoutAllKeys(FloatIterable keys)
withoutAllKeys in interface MutableFloatBooleanMappublic MutableFloatBooleanMap asUnmodifiable()
asUnmodifiable in interface MutableFloatBooleanMappublic MutableFloatBooleanMap asSynchronized()
asSynchronized in interface MutableFloatBooleanMappublic ImmutableFloatBooleanMap toImmutable()
toImmutable in interface FloatBooleanMappublic int size()
size in interface PrimitiveIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic MutableFloatSet keySet()
keySet in interface FloatBooleanMappublic MutableBooleanCollection values()
values in interface BooleanValuesMappublic boolean equals(Object otherMap)
equals in interface FloatBooleanMapequals in class Objectpublic int hashCode()
hashCode in interface FloatBooleanMaphashCode in class Objectpublic String toString()
toString in interface FloatBooleanMaptoString in interface PrimitiveIterabletoString in class Objectpublic String makeString()
makeString in interface PrimitiveIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic <T> T injectInto(T injectedValue,
ObjectBooleanToObjectFunction<? super T,? extends T> function)
injectInto in interface BooleanIterablepublic RichIterable<BooleanIterable> chunk(int size)
chunk in interface BooleanIterableCopyright © 2004–2022. All rights reserved.