public class GivensStore extends HashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
GivensStore.Given |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GivensStore() |
| Modifier and Type | Method and Description |
|---|---|
GivensStore |
add(String name,
Object value) |
<T> T |
get(String name,
Class<T> type) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic GivensStore add(String name, Object value)
Copyright © 2014. All Rights Reserved.