Package it.unimi.dsi.fastutil.objects
Class Reference2ReferenceMaps.UnmodifiableMap<K,V>
java.lang.Object
it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceFunction<K,V>
it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction<K,V>
it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap<K,V>
- All Implemented Interfaces:
Function<K,V>,Reference2ReferenceFunction<K,V>,Reference2ReferenceMap<K,V>,java.io.Serializable,java.util.function.Function<K,V>,java.util.Map<K,V>
- Direct Known Subclasses:
Reference2ReferenceSortedMaps.UnmodifiableSortedMap
- Enclosing class:
- Reference2ReferenceMaps
public static class Reference2ReferenceMaps.UnmodifiableMap<K,V> extends Reference2ReferenceFunctions.UnmodifiableFunction<K,V> implements Reference2ReferenceMap<K,V>, java.io.Serializable
An unmodifiable wrapper class for maps.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Reference2ReferenceMap.Entry<K,V>, Reference2ReferenceMap.FastEntrySet<K,V> -
Method Summary
Modifier and Type Method Description Vcompute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)Attempts to compute a mapping for the specified key and its current mapped value (ornullif there is no current mapping).VcomputeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.booleancontainsValue(java.lang.Object v)ObjectSet<java.util.Map.Entry<K,V>>entrySet()Returns a set view of the mappings contained in this map.booleanequals(java.lang.Object o)voidforEach(java.util.function.BiConsumer<? super K,? super V> action)VgetOrDefault(java.lang.Object key, V defaultValue)Returns the value associated by this function to the specified key, or give the specified value if not present.inthashCode()booleanisEmpty()ReferenceSet<K>keySet()Vmerge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction)If the specified key is not already associated with a value, associates it with the givenvalue.voidputAll(java.util.Map<? extends K,? extends V> m)VputIfAbsent(K key, V value)If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.ObjectSet<Reference2ReferenceMap.Entry<K,V>>reference2ReferenceEntrySet()Returns a type-specific set view of the mappings contained in this map.booleanremove(java.lang.Object key, java.lang.Object value)Removes the entry for the specified key only if it is currently mapped to the specified value.Vreplace(K key, V value)Replaces the entry for the specified key only if it is currently mapped to some value.booleanreplace(K key, V oldValue, V newValue)Replaces the entry for the specified key only if currently mapped to the specified value.voidreplaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function)ReferenceCollection<V>values()Methods inherited from class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
clear, containsKey, defaultReturnValue, defaultReturnValue, get, put, remove, size, toStringMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.Function
andThen, composeMethods inherited from interface java.util.Map
computeIfAbsent, getMethods inherited from interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, getMethods inherited from interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
clear, computeIfAbsent, computeReferenceIfAbsentPartial, containsKey, defaultReturnValue, defaultReturnValue, put, remove, size
-
Method Details
-
containsValue
public boolean containsValue(java.lang.Object v) -
putAll
-
reference2ReferenceEntrySet
Description copied from interface:Reference2ReferenceMapReturns a type-specific set view of the mappings contained in this map.This method is necessary because there is no inheritance along type parameters: it is thus impossible to strengthen
Map.entrySet()so that it returns anObjectSetof type-specific entries (the latter makes it possible to access keys and values with type-specific methods).- Specified by:
reference2ReferenceEntrySetin interfaceReference2ReferenceMap<K,V>- Returns:
- a type-specific set view of the mappings contained in this map.
- See Also:
Map.entrySet()
-
entrySet
Returns a set view of the mappings contained in this map. -
keySet
Description copied from interface:Reference2ReferenceMap -
values
Description copied from interface:Reference2ReferenceMap -
isEmpty
public boolean isEmpty() -
hashCode
public int hashCode() -
equals
public boolean equals(java.lang.Object o) -
getOrDefault
Description copied from interface:Reference2ReferenceFunctionReturns the value associated by this function to the specified key, or give the specified value if not present.- Specified by:
getOrDefaultin interfaceFunction<K,V>- Specified by:
getOrDefaultin interfacejava.util.Map<K,V>- Specified by:
getOrDefaultin interfaceReference2ReferenceFunction<K,V>- Specified by:
getOrDefaultin interfaceReference2ReferenceMap<K,V>- Overrides:
getOrDefaultin classReference2ReferenceFunctions.UnmodifiableFunction<K,V>- Parameters:
key- the key.defaultValue- the value to return if not present.- Returns:
- the corresponding value, or
defaultValueif no value was present for the given key. - See Also:
Function.getOrDefault(Object, Object)
-
forEach
-
replaceAll
-
putIfAbsent
Description copied from interface:Reference2ReferenceMapIf the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.- Specified by:
putIfAbsentin interfacejava.util.Map<K,V>- Specified by:
putIfAbsentin interfaceReference2ReferenceMap<K,V>- Parameters:
key- key with which the specified value is to be associated.value- value to be associated with the specified key.- Returns:
- the previous value associated with the specified key, or the default return value if there was no mapping for the key.
- See Also:
Map.putIfAbsent(Object, Object)
-
remove
public boolean remove(java.lang.Object key, java.lang.Object value)Description copied from interface:Reference2ReferenceMapRemoves the entry for the specified key only if it is currently mapped to the specified value.- Specified by:
removein interfacejava.util.Map<K,V>- Specified by:
removein interfaceReference2ReferenceMap<K,V>- Parameters:
key- key with which the specified value is associated.value- value expected to be associated with the specified key.- Returns:
trueif the value was removed.- See Also:
Map.remove(Object, Object)
-
replace
Description copied from interface:Reference2ReferenceMapReplaces the entry for the specified key only if it is currently mapped to some value.- Specified by:
replacein interfacejava.util.Map<K,V>- Specified by:
replacein interfaceReference2ReferenceMap<K,V>- Parameters:
key- key with which the specified value is associated.value- value to be associated with the specified key.- Returns:
- the previous value associated with the specified key, or the default return value if there was no mapping for the key.
- See Also:
Map.replace(Object, Object)
-
replace
Description copied from interface:Reference2ReferenceMapReplaces the entry for the specified key only if currently mapped to the specified value.- Specified by:
replacein interfacejava.util.Map<K,V>- Specified by:
replacein interfaceReference2ReferenceMap<K,V>- Parameters:
key- key with which the specified value is associated.oldValue- value expected to be associated with the specified key.newValue- value to be associated with the specified key.- Returns:
trueif the value was replaced.- See Also:
Map.replace(Object, Object, Object)
-
computeIfPresent
public V computeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)Description copied from interface:Reference2ReferenceMapIf the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.- Specified by:
computeIfPresentin interfacejava.util.Map<K,V>- Specified by:
computeIfPresentin interfaceReference2ReferenceMap<K,V>- Parameters:
key- key with which the specified value is to be associated.remappingFunction- the function to compute a value.- Returns:
- the new value associated with the specified key, or the default return value if none.
- See Also:
Map.computeIfPresent(Object, java.util.function.BiFunction)
-
compute
public V compute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)Description copied from interface:Reference2ReferenceMapAttempts to compute a mapping for the specified key and its current mapped value (ornullif there is no current mapping).If the function returns
null, the mapping is removed (or remains absent if initially absent). If the function itself throws an (unchecked) exception, the exception is rethrown, and the current mapping is left unchanged.- Specified by:
computein interfacejava.util.Map<K,V>- Specified by:
computein interfaceReference2ReferenceMap<K,V>- Parameters:
key- key with which the specified value is to be associated.remappingFunction- the function to compute a value.- Returns:
- the new value associated with the specified key, or the default return value if none.
- See Also:
Map.compute(Object, java.util.function.BiFunction)
-
merge
public V merge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction)Description copied from interface:Reference2ReferenceMapIf the specified key is not already associated with a value, associates it with the givenvalue. Otherwise, replaces the associated value with the results of the given remapping function, or removes if the result isnull.- Specified by:
mergein interfacejava.util.Map<K,V>- Specified by:
mergein interfaceReference2ReferenceMap<K,V>- Parameters:
key- key with which the resulting value is to be associated.value- the value to be merged with the existing value associated with the key or, if no existing value is associated with the key, to be associated with the key.remappingFunction- the function to recompute a value if present.- Returns:
- the new value associated with the specified key, or the default return value if no value is associated with the key.
- See Also:
Map.merge(Object, Object, java.util.function.BiFunction)
-