| Modifier and Type | Field and Description |
|---|---|
private NonNullMetadata |
key |
private Metadata |
value |
| Constructor and Description |
|---|
SimpleMapEntry(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.
|
private final NonNullMetadata key
private final Metadata value
public SimpleMapEntry(NonNullMetadata key, Metadata value)
public NonNullMetadata getKey()
MapEntrykey attribute or element.