com.bmc.arsys.api
Class ObjectPropertyMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Integer,Value>
com.bmc.arsys.api.PropertyMap
com.bmc.arsys.api.ObjectPropertyMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Integer,Value>, NavigableMap<Integer,Value>, SortedMap<Integer,Value>
public class ObjectPropertyMap
- extends PropertyMap
The ObjectPropertyMap
class defines the object properties of ARSystem object
- See Also:
- Serialized Form
Method Summary |
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 |
ObjectPropertyMap
public ObjectPropertyMap()
ObjectPropertyMap
public ObjectPropertyMap(Comparator<? super Integer> c)
ObjectPropertyMap
public ObjectPropertyMap(Map<? extends Integer,? extends Value> m)
ObjectPropertyMap
public ObjectPropertyMap(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
toString
public String toString()
- Returns a string description of the object.
- Overrides:
toString
in class PropertyMap
© Copyright 2006, 2007 BMC Software, Inc.