public class ColumnBackedMap<K,V> extends AbstractMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ColumnBackedMap(Column<K> keyColumn,
Column<V> valueColumn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object o) |
int |
size() |
clear, clone, equals, hashCode, isEmpty, keySet, put, putAll, remove, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object o)
containsKey in interface Map<K,V>containsKey in class AbstractMap<K,V>public boolean containsValue(Object o)
containsValue in interface Map<K,V>containsValue in class AbstractMap<K,V>public int size()
Copyright © 2019. All rights reserved.