Package org.reactfx.util
Class MapHelper.MultiEntryHelper<K,V>
java.lang.Object
org.reactfx.util.MapHelper<K,V>
org.reactfx.util.MapHelper.MultiEntryHelper<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected K
protected boolean
containsKey
(K key) protected void
forEach
(BiConsumer<K, V> f) protected V
protected void
replaceAll
(BiFunction<? super K, ? super V, ? extends V> f) protected int
size()
Methods inherited from class org.reactfx.util.MapHelper
chooseKey, containsKey, forEach, get, isEmpty, put, remove, replaceAll, size
-
Field Details
-
entries
-
-
Constructor Details
-
MultiEntryHelper
-
-
Method Details
-
put
-
get
-
remove
-
chooseKey
-
replaceAll
- Specified by:
replaceAll
in classMapHelper<K,
V>
-
forEach
-
size
protected int size() -
containsKey
- Specified by:
containsKey
in classMapHelper<K,
V>
-