| 
            
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Equals (Object) | 
        
/* Compares an input object to this instance
Objects are equal if
- they are the same instance, OR
- they are both of type KeyValuePair AND
the Key and Value values are equal
@param P.L.Object  An object to compare
@return logical TRUE if the input object matchs this object */
         | 
| Options | Name | Purpose | |
|---|---|---|---|
| KeyValuePair () | 
        
/* Default coonstructor.
Private since we don't want to allow an object without a key */
         | 
||
| KeyValuePair (character) | 
        
/* Constructor
@param character A key value */
         | 
||
| KeyValuePair (character, longchar) | 
        
/* Constructor
@param character A String key value
@param longchar A value associated with the key */
         | 
||
| KeyValuePair (character, Object) | 
        
/* Constructor
@param character A String key value
@param P.L.Object A value associated with the key */
         | 
||
| KeyValuePair (Object) | 
        
/* Constructor
@param P.L.Object A key value */
         | 
||
| KeyValuePair (Object, Object) | 
        
/* Constructor
@param P.L.Object A key value
@param P.L.Object A value associated with the key */
         | 
| Options | Name | Purpose | |
|---|---|---|---|
| Progress.Lang.Object Key | 
        
         | 
||
| Progress.Lang.Object Value | 
        
         | 
        
        LOGICAL Equals (Object)
  | 
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        KeyValuePair ()
  | 
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        KeyValuePair (character)
  | 
||||||||||||||||
        
        KeyValuePair (character, longchar)
  | 
||||||||||||||||
        
        KeyValuePair (character, Object)
  | 
||||||||||||||||
        
        KeyValuePair (Object)
  | 
||||||||||||||||
        
        KeyValuePair (Object, Object)
  | 
||||||||||||||||
        
        Progress.Lang.Object Key
  | 
||||||||
|---|---|---|---|---|---|---|---|---|
        
        Progress.Lang.Object Value
  | 
||||||||