public class ColumnValuesTableMap extends HashMap<String,Set<ColumnValues>>
ColumnValues instances).
Adds getOrCreate(Object) method to safely retrieve initialized values even for previously non-existent keys.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ColumnValuesTableMap() |
| Modifier and Type | Method and Description |
|---|---|
Set<ColumnValues> |
getOrCreate(Object key)
Retrieves a set of column values for given table name.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic Set<ColumnValues> getOrCreate(Object key)
key - the name of the tableCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.