|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | Clear () |
|
|
| # | 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) |
|
|
| # | LOGICAL ContainsValue (Object) |
|
|
| # | LOGICAL Equals (Object) |
/* Returns true if the given object is also a map and the two Maps represent the same mappings. */ |
|
| # | Progress.Lang.Object Get (Object) |
/* This must be the buffer handle passed to the constructor of the 2 sets of this Map
(they all call back here for find of BufferHandle) */ |
|
| # | LOGICAL IsEmpty () |
|
|
| # | Progress.Lang.Object Put (Object, Object) |
/* add entry to the map, return old value of any. Note that return of unknown could
also mean that the old mapped value was unknown... (check Size before and after) */ |
|
| # | PutAll (IMap) |
|
|
| # | Progress.Lang.Object Remove (Object) |
/* return old value of any. Note that return of unknown could
also mean that the old mapped value was unknown. */ |
|
| # | 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 | |
|---|---|---|---|
| # | Map () |
|
|
| # | Map (IMap) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | OpenEdge.Core.Collections.ISet EntrySet |
|
|
| # | OpenEdge.Core.Collections.ISet KeySet |
|
|
| # | INTEGER Size |
|
|
| # | OpenEdge.Core.Collections.ICollection Values |
|
|
Top
PROTECTED Clear ()
|
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL ContainsAllKeys (ICollection)
|
|||||||||||||||||||||||||
PROTECTED LOGICAL ContainsAllValues (ICollection)
|
|||||||||||||||||||||||||
PROTECTED LOGICAL ContainsKey (Object)
|
|||||||||||||||||||||||||
PROTECTED LOGICAL ContainsValue (Object)
|
|||||||||||||||||||||||||
PROTECTED LOGICAL Equals (Object)
|
|||||||||||||||||||||||||
PROTECTED Progress.Lang.Object Get (Object)
|
|||||||||||||||||||||||||
PROTECTED LOGICAL IsEmpty ()
|
|||||||||||||||||||||||||
PROTECTED Progress.Lang.Object Put (Object, Object)
|
|||||||||||||||||||||||||
PROTECTED PutAll (IMap)
|
|||||||||||||||||||||||||
PROTECTED Progress.Lang.Object Remove (Object)
|
|||||||||||||||||||||||||
PROTECTED RemoveAll (ICollection)
|
|||||||||||||||||||||||||
PROTECTED Map ()
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Map (IMap)
|
|||||||||||
PROTECTED OpenEdge.Core.Collections.ISet EntrySet
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PROTECTED OpenEdge.Core.Collections.ISet KeySet
|
|||||||||
PROTECTED INTEGER Size
|
|||||||||
PROTECTED OpenEdge.Core.Collections.ICollection Values
|
|||||||||