Serializable
, Cloneable
, Map<K,V>
public class NameMap extends FluentHashMap<String,String>
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Constructor | Description |
---|---|
NameMap() |
Modifier and Type | Method | Description |
---|---|---|
NameMap |
with(String key,
String value) |
Fluent method to sets the given key (attribute name place holder) to the
specified value (the actual attribute name.)
|
equals, hashCode, toString
delete
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.