public class NameMap extends FluentHashMap<java.lang.String,java.lang.String>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
NameMap() |
Modifier and Type | Method and Description |
---|---|
NameMap |
with(java.lang.String key,
java.lang.String value)
Fluent method to sets the given key (attribute name place holder) to the
specified value (the actual attribute name.)
|
delete
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
private static final long serialVersionUID
public NameMap with(java.lang.String key, java.lang.String value)