Uses of Class
com.amazonaws.services.dynamodbv2.document.utils.FluentHashMap
-
Packages that use FluentHashMap Package Description com.amazonaws.services.dynamodbv2.document.utils -
-
Uses of FluentHashMap in com.amazonaws.services.dynamodbv2.document.utils
Subclasses of FluentHashMap in com.amazonaws.services.dynamodbv2.document.utils Modifier and Type Class Description class
NameMap
Utility class for name maps.class
ValueMap
Utility class for value maps.Methods in com.amazonaws.services.dynamodbv2.document.utils that return FluentHashMap Modifier and Type Method Description FluentHashMap<K,V>
FluentHashMap. delete(Object key)
Fluent method to remove the specified key from this map.
-