public class MapEntryImpl extends Object implements MutableMapEntry
Constructor and Description |
---|
MapEntryImpl() |
MapEntryImpl(MapEntry entry) |
MapEntryImpl(NonNullMetadata key,
Metadata value) |
Modifier and Type | Method and Description |
---|---|
NonNullMetadata |
getKey()
Return the Metadata for the key of the map entry.
|
Metadata |
getValue()
Return the Metadata for the value of the map entry.
|
void |
setKey(NonNullMetadata key) |
void |
setValue(Metadata value) |
String |
toString() |
public MapEntryImpl()
public MapEntryImpl(NonNullMetadata key, Metadata value)
public MapEntryImpl(MapEntry entry)
public NonNullMetadata getKey()
MapEntry
key
attribute or element.public void setKey(NonNullMetadata key)
setKey
in interface MutableMapEntry
public Metadata getValue()
MapEntry
value
attribute or element.public void setValue(Metadata value)
setValue
in interface MutableMapEntry
Copyright © 2014. All rights reserved.