public class DisposableMap<V> extends ConcurrentHashMap<String,Disposable<V>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisposableMap.RemoveListener |
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DisposableMap(DisposableMap.RemoveListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Disposable<V> |
get(Object key) |
Disposable<V> |
put(String key,
Disposable<V> value) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesclonepublic DisposableMap(DisposableMap.RemoveListener listener)
public Disposable<V> put(String key, Disposable<V> value)
put in interface Map<String,Disposable<V>>put in class ConcurrentHashMap<String,Disposable<V>>public Disposable<V> get(Object key)
get in interface Map<String,Disposable<V>>get in class ConcurrentHashMap<String,Disposable<V>>Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.