public class P2ArtifactMap<T> extends ConcurrentHashMap<P2Artifact,Collection<T>>
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
P2ArtifactMap() |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
get(Object key) |
void |
put(P2Artifact key,
T value) |
void |
putAll(P2Artifact key,
Collection<T> values) |
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, put, 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 void putAll(P2Artifact key, Collection<T> values)
public void put(P2Artifact key, T value)
public Collection<T> get(Object key)
get in interface Map<P2Artifact,Collection<T>>get in class ConcurrentHashMap<P2Artifact,Collection<T>>Copyright © 2012–2021. All rights reserved.