OpenEdge.Core.Collections.ClassClassMap
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL ContainsKey (Class) |
/* Returns true if this map contains a mapping for the specified key. */
|
||
| LOGICAL ContainsKey (Object) |
/* Returns true if this map contains a mapping for the specified key. */
|
||
| LOGICAL ContainsValue (Class) |
/* Returns true if this map maps one or more keys to the specified value.*/
|
||
| LOGICAL ContainsValue (Object) |
/* Returns true if this map maps one or more keys to the specified value.*/
|
||
| Progress.Lang.Class Get (Class) |
/* Returns the value to which this map maps the specified key.*/
|
||
| Progress.Lang.Object Get (Object) |
/* Returns the value to which this map maps the specified key.*/
|
||
| Progress.Lang.Class Put (Class, Class) |
/* Associates the specified value with the specified key in this map (optional operation).*/
|
||
| Progress.Lang.Object Put (Object, Object) |
|
||
| Progress.Lang.Class Remove (Class) |
/* Removes the mapping for this key from this map if it is present (optional operation).*/
|
||
| Progress.Lang.Object Remove (Object) |
/* Removes the mapping for this key from this map if it is present (optional operation).*/
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ClassClassMap () |
|
||
| ClassClassMap (IMap) |
|
Method Detail
LOGICAL ContainsKey (Class)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL ContainsKey (Object)
|
||||||||||||||||||||
LOGICAL ContainsValue (Class)
|
||||||||||||||||||||
LOGICAL ContainsValue (Object)
|
||||||||||||||||||||
Progress.Lang.Class Get (Class)
|
||||||||||||||||||||
Progress.Lang.Object Get (Object)
|
||||||||||||||||||||
Progress.Lang.Class Put (Class, Class)
|
||||||||||||||||||||
Progress.Lang.Object Put (Object, Object)
|
||||||||||||||||||||
Progress.Lang.Class Remove (Class)
|
||||||||||||||||||||
Progress.Lang.Object Remove (Object)
|
||||||||||||||||||||
Constructor Detail
ClassClassMap () |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
ClassClassMap (IMap)
|
||||||||||