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>, SortedMap<Integer,Value>
 
- Direct Known Subclasses: 
 - DisplayPropertyMap, ObjectPropertyMap
 
public abstract class PropertyMap
- extends TreeMap<Integer,Value>
- implements Cloneable
  
- 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 | 
clear, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, 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.