|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
LOGICAL ContainsKey (character) |
/** Indicates whether a map exists for this key
@param character the key value
@return logical True if this key exists */ |
|||||
|
LOGICAL ContainsKey (Object) |
/* Returns true if this map contains a mapping for the specified key. */ |
|||||
|
LOGICAL ContainsKey (String) |
/* Returns true if this map contains a mapping for the specified key. */ |
|||||
|
Progress.Lang.Object Get (character) |
/** Retrieves the value for a particular key
@param character The key value
@return longchar The associated value */ |
|||||
|
Progress.Lang.Object Get (Object) |
/* Returns the value to which this map maps the specified key.*/ |
|||||
|
Progress.Lang.Object Get (String) |
/* Returns the value to which this map maps the specified key.*/ |
|||||
|
Progress.Lang.Object Put (character, Object) |
/** Adds an entry to the map
@param character The key value
@param Object The value
@return Object The value added (may be previous value) */ |
|||||
|
Progress.Lang.Object Put (Object, Object) |
|
|||||
|
Progress.Lang.Object Put (String, Object) |
/* Associates the specified value with the specified key in this map (optional operation).*/ |
|||||
|
PutAll (IStringKeyedMap) |
|
|||||
|
PutAll (IMap) |
|
|||||
|
Progress.Lang.Object Remove (character) |
/** Removes the value for a particular key
@param character The key value
@return longchar The associated value */ |
|||||
|
Progress.Lang.Object Remove (Object) |
/* Removes the mapping for this key from this map if it is present (optional operation).*/ |
|||||
|
Progress.Lang.Object Remove (String) |
/* Removes the mapping for this key from this map if it is present (optional operation).*/ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
StringKeyedMap () |
|
|||||
|
StringKeyedMap (IStringKeyedMap) |
|
Top
LOGICAL ContainsKey (character)
|
|||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL ContainsKey (Object)
|
|||||||||||||||||||||||
LOGICAL ContainsKey (String)
|
|||||||||||||||||||||||
Progress.Lang.Object Get (character)
|
|||||||||||||||||||||||
Progress.Lang.Object Get (Object)
|
|||||||||||||||||||||||
Progress.Lang.Object Get (String)
|
|||||||||||||||||||||||
Progress.Lang.Object Put (character, Object)
|
|||||||||||||||||||||||
Progress.Lang.Object Put (Object, Object)
|
|||||||||||||||||||||||
Progress.Lang.Object Put (String, Object)
|
|||||||||||||||||||||||
PutAll (IStringKeyedMap)
|
|||||||||||||||||||||||
PutAll (IMap)
|
|||||||||||||||||||||||
Progress.Lang.Object Remove (character)
|
|||||||||||||||||||||||
Progress.Lang.Object Remove (Object)
|
|||||||||||||||||||||||
Progress.Lang.Object Remove (String)
|
StringKeyedMap ()
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StringKeyedMap (IStringKeyedMap)
|
Progress® OpenEdge® Release 11.7.15