public interface MutableMapMetadata extends MapMetadata
MapMetadata
that allows modifications.Modifier and Type | Method and Description |
---|---|
void |
addEntry(MapEntry entry) |
MapEntry |
addEntry(NonNullMetadata key,
Metadata value) |
void |
removeEntry(MapEntry entry) |
void |
setKeyType(String keyType) |
void |
setValueType(String valueType) |
getEntries, getKeyType, getValueType
Copyright © 2012. All Rights Reserved.