AR System Java API

com.bmc.arsys.api
Class ObjectPropertyMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<Integer,Value>
          extended by com.bmc.arsys.api.PropertyMap
              extended by com.bmc.arsys.api.ObjectPropertyMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Integer,Value>, SortedMap<Integer,Value>

public class ObjectPropertyMap
extends PropertyMap

The ObjectPropertyMap class defines the object properties of ARSystem object

See Also:
Serialized Form

Constructor Summary
ObjectPropertyMap()
           
ObjectPropertyMap(Comparator<? super Integer> c)
           
ObjectPropertyMap(Map<? extends Integer,? extends Value> m)
           
ObjectPropertyMap(SortedMap<Integer,? extends Value> m)
           
 
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 com.bmc.arsys.api.PropertyMap
clone
 
Methods inherited from class java.util.TreeMap
clear, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
hashCode, isEmpty
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
hashCode, isEmpty
 

Constructor Detail

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)
Method Detail

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

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.