public interface HasValues<K,V> extends EntryIterable<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object key) |
boolean |
isEmpty() |
Iterable<K> |
keys() |
void |
putAll(Iterable<Map.Entry<K,V>> items) |
void |
removeAll(Iterable<K> items) |
Iterable<V> |
values() |
entriesCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.