|
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) |
|
||
EntrySet (IMap, handle, character, character) |
/* Constructor
@param IMap The owning map
@param handle The underlying TT holding the data
@param character (optional) Query string
@param character The field holding the data in the TT */
|
LOGICAL Contains (Object)
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL ContainsAll (ICollection)
|
||||||||||||||||
OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||
LOGICAL RemoveAll (ICollection)
|
||||||||||||||||
LOGICAL RetainAll (ICollection)
|
EntrySet (IMap, handle, character)
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
EntrySet (IMap, handle, character, character)
|