public final class EntryMapAdapter<K,V>
extends java.util.AbstractMap<K,V>
Map
backed by an Iterable
sequence of map entries.Modifier and Type | Class and Description |
---|---|
private static class |
EntryMapAdapter.EntrySet<K,V>
Entry
Set backed by an Iterable sequence of map entries. |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<java.util.Map.Entry<K,V>> |
entrySet |
Constructor and Description |
---|
EntryMapAdapter(java.lang.Iterable<? extends java.util.Map.Entry<K,V>> iterable) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
isEmpty() |
clear, clone, containsKey, containsValue, equals, get, hashCode, keySet, put, putAll, remove, size, toString, values