Package org.eclipse.sisu.wire
Class EntryMapAdapter<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- org.eclipse.sisu.wire.EntryMapAdapter<K,V>
-
- All Implemented Interfaces:
java.util.Map<K,V>
public final class EntryMapAdapter<K,V> extends java.util.AbstractMap<K,V>
Map
backed by anIterable
sequence of map entries.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
EntryMapAdapter.EntrySet<K,V>
EntrySet
backed by anIterable
sequence of map entries.
-
Constructor Summary
Constructors Constructor Description EntryMapAdapter(java.lang.Iterable<? extends java.util.Map.Entry<K,V>> iterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.util.Map.Entry<K,V>>
entrySet()
boolean
isEmpty()
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, keySet, put, putAll, remove, size, toString, values
-
-