|
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Contains (Object) |
/* abstract because this could be a key or value */
|
||
| LOGICAL ContainsAll (ICollection) |
|
||
| OpenEdge.Core.Collections.IIterator Iterator () |
/* Returns a new IIterator over the entryset. */
|
||
| LOGICAL Remove (Object) |
/* abstract because this could be a collection of keys or values */
|
||
| LOGICAL RemoveAll (ICollection) |
/* abstract because this could be a collection of keys or values */
|
||
| LOGICAL RetainAll (ICollection) |
/* abstract because this could be a collection of keys or values */
|
| Options | Name | Purpose | |
|---|---|---|---|
| EntrySet (IMap, handle, character) |
|
LOGICAL Contains (Object)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL ContainsAll (ICollection)
|
||||||||||||||||
OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||
LOGICAL RemoveAll (ICollection)
|
||||||||||||||||
LOGICAL RetainAll (ICollection)
|
||||||||||||||||
EntrySet (IMap, handle, character)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|