public static class PofHelper.WriteableEntrySetMap extends AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| WriteableEntrySetMap(Map.Entry entry)Construct a new WriteableEntrySetMap that is backed by a single Map.Entry object. | 
| WriteableEntrySetMap(Set setEntries)Construct a new WriteableEntrySetMap that is backed by the given Set of Map.Entry objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set | entrySet()Returns a set view of the mappings contained in this map. | 
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic WriteableEntrySetMap(Map.Entry entry)
entry - the single Map.Entry in the new WriteableEntrySetMappublic WriteableEntrySetMap(Set setEntries)
setEntries - a Set of Map.Entry objects in the new WriteableEntrySetMappublic Set entrySet()
entrySet in interface MapentrySet in class AbstractMap