public interface CommentedMap<K,V> extends Map<K,V>
Modifier and Type | Method and Description |
---|---|
String |
getComment(Object key) |
String |
putComment(K key,
String comment) |
String |
removeComment(Object key) |
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
Copyright © 2014. All rights reserved.