public class DisplayPropertyMap extends PropertyMap implements Serializable, Cloneable
DisplayPropertyMap class defines the display properties of ARSystem fields and views.
It is a map that takes property id as key, and the corresponding property as the value.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DisplayPropertyMap() |
DisplayPropertyMap(Comparator<? super Integer> c) |
DisplayPropertyMap(Map<? extends Integer,? extends Value> m) |
DisplayPropertyMap(SortedMap<Integer,? extends Value> m) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
clone, toStringceilingEntry, 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 DisplayPropertyMap()
public DisplayPropertyMap(Comparator<? super Integer> c)
public boolean equals(Object obj)
? Copyright 2013 BMC Software, Inc.