private static final class NamedIterableAdapter.NamedEntry<V>
extends java.lang.Object
implements java.util.Map.Entry<java.lang.String,V>
Map.Entry
backed by a Named
mapping Map.Entry
.Modifier and Type | Field and Description |
---|---|
private java.util.Map.Entry<com.google.inject.name.Named,V> |
entry |
Constructor and Description |
---|
NamedEntry(java.util.Map.Entry<com.google.inject.name.Named,V> entry) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
V |
getValue() |
V |
setValue(V value) |
java.lang.String |
toString() |
private final java.util.Map.Entry<com.google.inject.name.Named,V> entry
NamedEntry(java.util.Map.Entry<com.google.inject.name.Named,V> entry)
public java.lang.String getKey()
getKey
in interface java.util.Map.Entry<java.lang.String,V>
public V getValue()
getValue
in interface java.util.Map.Entry<java.lang.String,V>
public V setValue(V value)
setValue
in interface java.util.Map.Entry<java.lang.String,V>
public java.lang.String toString()
toString
in class java.lang.Object