public class KeyedTreeMap<K,V> extends java.util.TreeMap<K,V> implements KeyedMap<K,V>
| Constructor and Description |
|---|
KeyedTreeMap() |
KeyedTreeMap(java.util.Comparator<? super K> comparator) |
KeyedTreeMap(java.util.Map<? extends K,? extends V> m) |
KeyedTreeMap(java.util.SortedMap<K,? extends V> m) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyKey()
Gets the key value for this set of properties.
|
void |
setPropertyKey(java.lang.String key)
Sets the key value for this set of properties.
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuespublic KeyedTreeMap()
public KeyedTreeMap(java.util.Comparator<? super K> comparator)
public void setPropertyKey(java.lang.String key)
KeyedMapsetPropertyKey in interface KeyedMap<K,V>key - The keypublic java.lang.String getPropertyKey()
KeyedMapgetPropertyKey in interface KeyedMap<K,V>