Package 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,BasicProfile,BasicRegistry,CommonMultiMap,Ini,Options,Reg,Wini
public interface CommentedMap<K,V> extends Map<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComment(Object key)StringputComment(K key, String comment)StringremoveComment(Object key)
-
-
-
Method Detail
-
getComment
String getComment(Object key)
-
putComment
String putComment(K key, String comment)
-
removeComment
String removeComment(Object key)
-
-