Serializable
, Cloneable
, Map<K,V>
public class FluentHashMap<K,V> extends LinkedHashMap<K,V>
LinkedHashMap
that supports fluent API.AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Constructor | Description |
---|---|
FluentHashMap() |
Modifier and Type | Method | Description |
---|---|---|
FluentHashMap<K,V> |
delete(Object key) |
Fluent method to remove the specified key from this map.
|
equals, hashCode, toString
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
public FluentHashMap<K,V> delete(Object key)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.