public class FluentHashMap<K,V>
extends java.util.LinkedHashMap<K,V>
LinkedHashMap
that supports fluent API.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
FluentHashMap() |
Modifier and Type | Method and Description |
---|---|
FluentHashMap<K,V> |
delete(java.lang.Object key)
Fluent method to remove the specified key from this map.
|
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 FluentHashMap<K,V> delete(java.lang.Object key)