public class BatchParameters extends HashMap<String,BatchParameter<?>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BatchParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
putDate(String key,
Date aDate) |
void |
putDouble(String key,
Double aDouble) |
void |
putLong(String key,
Long aLong) |
void |
putString(String key,
String aString) |
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, toStringCopyright © 2019. All rights reserved.