public abstract class BaseMultiMap<K,V,E extends Collection<V>> extends Object implements MultiMap<K,V,E>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsOneValue(Object value) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,E>> |
entrySet() |
E |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
E |
put(K key,
E value) |
E |
putAll(K key,
Iterable<V> values) |
E |
putAll(K key,
V[] values) |
void |
putAll(Map<? extends K,? extends E> m) |
E |
remove(Object key) |
boolean |
removeOne(K key,
V value) |
int |
size() |
String |
toString() |
Collection<E> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected final Map<K,E extends Collection<V>> raw
protected final Supplier<E extends Collection<V>> supplier
public boolean containsOneValue(Object value)
containsOneValue 在接口中 MultiMap<K,V,E extends Collection<V>>public boolean containsKey(Object key)
containsKey 在接口中 Map<K,E extends Collection<V>>public boolean containsValue(Object value)
containsValue 在接口中 Map<K,E extends Collection<V>>public Collection<E> values()
Copyright © 2025 fossc. All rights reserved.