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>


Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Method Summary
 String getComment(Object key)
           
 String putComment(K key, String comment)
           
 String removeComment(Object key)
           
 
Methods inherited from interface Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getComment

String getComment(Object key)

putComment

String putComment(K key,
                  String comment)

removeComment

String removeComment(Object key)


Copyright © 2011. All Rights Reserved.