|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Clear () |
/* Removes all mappings from this map (optional operation). */ |
|||||
|
|
LOGICAL ContainsAllKeys (ICollection) |
/* Returns true if this map maps one or more keys to the specified value.*/ |
|||||
|
|
LOGICAL ContainsAllValues (ICollection) |
/* Returns true if this map maps one or more keys to the specified value.*/ |
|||||
|
|
LOGICAL ContainsKey (Object) |
/* Returns true if this map contains a mapping for the specified key. */ |
|||||
|
|
LOGICAL ContainsValue (Object) |
/* Returns true if this map maps one or more keys to the specified value.*/ |
|||||
|
|
Progress.Lang.Object Get (Object) |
/* Returns the value to which this map maps the specified key.*/ |
|||||
|
|
LOGICAL IsEmpty () |
/* Returns true if this map contains no key-value mappings.*/ |
|||||
|
|
Progress.Lang.Object Put (Object, Object) |
/* Associates the specified value with the specified key in this map (optional operation).*/ |
|||||
|
|
PutAll (IMap) |
/* Copies all of the mappings from the specified map to this map (optional operation).*/ |
|||||
|
|
Progress.Lang.Object Remove (Object) |
/* Removes the mapping for this key from this map if it is present (optional operation).*/ |
|||||
|
|
RemoveAll (ICollection) |
/** Removes the mappings for all key from this map if it is present (optional operation).
@param ICollection A collection of keys to remove */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
OpenEdge.Core.Collections.ISet EntrySet |
|
|||||
|
|
OpenEdge.Core.Collections.ISet KeySet |
|
|||||
|
|
INTEGER Size |
|
|||||
|
|
OpenEdge.Core.Collections.ICollection Values |
|
|
Top
PUBLIC Clear ()
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL ContainsAllKeys (ICollection)
|
|||||||||||||||||||||||
PUBLIC LOGICAL ContainsAllValues (ICollection)
|
|||||||||||||||||||||||
PUBLIC LOGICAL ContainsKey (Object)
|
|||||||||||||||||||||||
PUBLIC LOGICAL ContainsValue (Object)
|
|||||||||||||||||||||||
PUBLIC Progress.Lang.Object Get (Object)
|
|||||||||||||||||||||||
PUBLIC LOGICAL IsEmpty ()
|
|||||||||||||||||||||||
PUBLIC Progress.Lang.Object Put (Object, Object)
|
|||||||||||||||||||||||
PUBLIC PutAll (IMap)
|
|||||||||||||||||||||||
PUBLIC Progress.Lang.Object Remove (Object)
|
|||||||||||||||||||||||
PUBLIC RemoveAll (ICollection)
|
|||||||||||||||||||||||
PUBLIC OpenEdge.Core.Collections.ISet EntrySet
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC OpenEdge.Core.Collections.ISet KeySet
|
|||||||||
PUBLIC INTEGER Size
|
|||||||||
PUBLIC OpenEdge.Core.Collections.ICollection Values
|
|||||||||
Progress® OpenEdge® Release 12.2.0