Map<K,V>
OptionMap
, Profile
, Profile.Section
, Registry
, Registry.Key
BasicOptionMap
, BasicProfile
, BasicRegistry
, CommonMultiMap
, Ini
, Options
, Reg
, Wini
public interface CommentedMap<K,V> extends Map<K,V>
Modifier and Type | Method | 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)