public class FluentHashMap<K,V> extends HashMap<K,V>
HashMap that supports fluent API.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FluentHashMap() |
| Modifier and Type | Method and Description |
|---|---|
FluentHashMap<K,V> |
delete(Object key)
Fluent method to remove the specified key from this map.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic FluentHashMap<K,V> delete(Object key)
Copyright © 2014. All rights reserved.