public interface CommentedMap<K,V> extends Map<K,V>
Modifier and Type | Method and Description |
---|---|
String |
getComment(Object key) |
String |
putComment(K key,
String comment) |
String |
removeComment(Object key) |
String getComment(Object key)
String putComment(K key, String comment)
String removeComment(Object key)