Package io.aether.utils.rcollections
Class RMapBySrc<K,V>
- java.lang.Object
-
- io.aether.utils.rcollections.RMapBySrc<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
-
Nested classes/interfaces inherited from interface io.aether.utils.rcollections.RMap
RMap.Update<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description EventConsumer<java.util.Map.Entry<K,V>>forRemoveEventConsumer<RMap.Update<K,V>>forUpdate
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(java.lang.Object key)booleancontainsValue(java.lang.Object value)@NotNull RSet<java.util.Map.Entry<K,V>>entrySet()EventConsumer<java.util.Map.Entry<K,V>>forRemove()EventConsumer<RMap.Update<K,V>>forUpdate()Vget(java.lang.Object key)booleanisEmpty()@NotNull RSet<K>keySet()Vput(K key, V value)voidputAll(@NotNull java.util.Map<? extends K,? extends V> m)Vremove(java.lang.Object key)intsize()@NotNull RCollection<V>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Methods inherited from interface io.aether.utils.rcollections.RMap
link, map, mapKey, mapToFutures, mapToValues, mapVal, mapVal
-
-
-
-
Field Detail
-
forUpdate
public final EventConsumer<RMap.Update<K,V>> forUpdate
-
forRemove
public final EventConsumer<java.util.Map.Entry<K,V>> forRemove
-
-
Method Detail
-
forRemove
public EventConsumer<java.util.Map.Entry<K,V>> forRemove()
-
forUpdate
public EventConsumer<RMap.Update<K,V>> forUpdate()
-
containsKey
public boolean containsKey(java.lang.Object key)
-
containsValue
public boolean containsValue(java.lang.Object value)
-
clear
public void clear()
-
values
@NotNull public @NotNull RCollection<V> values()
-
-