org.ini4j
Interface CommentedMap<K,V>
- All Superinterfaces:
- Map<K,V>
- All Known Subinterfaces:
- OptionMap, Profile, Profile.Section, Registry, Registry.Key
- All Known Implementing Classes:
- BasicOptionMap, BasicOptionMapGate, BasicProfile, BasicRegistry, CommonMultiMap, Ini, Options, Reg, Wini
public interface CommentedMap<K,V>
- extends Map<K,V>
Methods inherited from interface Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
getComment
String getComment(Object key)
putComment
String putComment(K key,
String comment)
removeComment
String removeComment(Object key)