AR System Java API

com.bmc.arsys.api
Class DisplayPropertyMap

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.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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
DisplayPropertyMap()
           
DisplayPropertyMap(Comparator<? super Integer> c)
           
DisplayPropertyMap(Map<? extends Integer,? extends Value> m)
           
DisplayPropertyMap(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.
 
Methods inherited from class com.bmc.arsys.api.PropertyMap
clone, toString
 
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
 
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

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

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.