Package org.ini4j

Interface CommentedMap<K,​V>

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        Map.Entry<K extends Object,​V extends Object>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getComment​(Object key)  
      String putComment​(K key, String comment)  
      String removeComment​(Object key)  
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Method Detail

      • getComment

        String getComment​(Object key)
      • putComment

        String putComment​(K key,
                          String comment)
      • removeComment

        String removeComment​(Object key)