com.bmc.arsys.api
Class PropertyMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Integer,Value>
com.bmc.arsys.api.PropertyMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Integer,Value>, NavigableMap<Integer,Value>, SortedMap<Integer,Value>
- Direct Known Subclasses:
- DisplayPropertyMap, ObjectPropertyMap
public abstract class PropertyMap
- extends TreeMap<Integer,Value>
- implements Cloneable
The PropertyMap class is abstract class which defines the object properties
of ARSystem object. (subclass: ObjectPropertyMap)
- See Also:
- Serialized Form
Method Summary |
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. |
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 |
PropertyMap
public PropertyMap()
PropertyMap
public PropertyMap(Comparator<? super Integer> c)
- Parameters:
c
-
PropertyMap
public PropertyMap(Map<? extends Integer,? extends Value> m)
- Parameters:
m
-
PropertyMap
public PropertyMap(SortedMap<Integer,? extends Value> m)
- Parameters:
m
-
clone
public Object clone()
- Overrides:
clone
in class TreeMap<Integer,Value>
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 AbstractMap<Integer,Value>
- Parameters:
obj
- the object that we are comparing to
- Returns:
- returns a boolean that tells if the two objects equal
toString
public String toString()
- Returns a string description of the object.
- Overrides:
toString
in class AbstractMap<Integer,Value>
© Copyright 2006, 2007 BMC Software, Inc.