com.bmc.arsys.api
Class DisplayPropertyMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Integer,Value>
com.bmc.arsys.api.PropertyMap
com.bmc.arsys.api.DisplayPropertyMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Integer,Value>, NavigableMap<Integer,Value>, SortedMap<Integer,Value>
- Direct Known Subclasses:
- ViewDisplayPropertyMap
public class DisplayPropertyMap
- extends PropertyMap
- implements Serializable, Cloneable
The 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.
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one. |
Methods inherited from class java.util.TreeMap |
ceilingEntry, ceilingKey, clear, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values |
DisplayPropertyMap
public DisplayPropertyMap()
DisplayPropertyMap
public DisplayPropertyMap(Comparator<? super Integer> c)
DisplayPropertyMap
public DisplayPropertyMap(Map<? extends Integer,? extends Value> m)
DisplayPropertyMap
public DisplayPropertyMap(SortedMap<Integer,? extends Value> m)
equals
public boolean equals(Object obj)
- Use this method for checking equality between the current object and the
provided one. The result is true only if the argument is not null, is of
the same type and represents the same content.
- Specified by:
equals
in interface Map<Integer,Value>
- Overrides:
equals
in class PropertyMap
- Parameters:
obj
- the object that we are comparing to
- Returns:
- returns a boolean that tells if the two objects equal
© Copyright 2006, 2007 BMC Software, Inc.