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) |
Copyright © 2014. All rights reserved.