public abstract class PropertyMap extends TreeMap<Integer,Value> implements Cloneable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PropertyMap() |
PropertyMap(Comparator<? super Integer> c) |
PropertyMap(Map<? extends Integer,? extends Value> m) |
PropertyMap(SortedMap<Integer,? extends Value> m) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
String |
toString()
Returns a string description of the object.
|
ceilingEntry, ceilingKey, clear, 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, valueshashCode, isEmptycompute, computeIfAbsent, computeIfPresent, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, removepublic PropertyMap()
public PropertyMap(Comparator<? super Integer> c)
c - public boolean equals(Object obj)
public String toString()
toString in class AbstractMap<Integer,Value>? Copyright 2013 BMC Software, Inc.