OpenEdge.Core.Collections.EntrySet
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| 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 */
|
Constructor Summary
| 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 */
|
Method Detail
LOGICAL Contains (Object)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL ContainsAll (ICollection)
|
||||||||||||||||
OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||
LOGICAL RemoveAll (ICollection)
|
||||||||||||||||
LOGICAL RetainAll (ICollection)
|
||||||||||||||||
Constructor Detail
EntrySet (IMap, handle, character)
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
EntrySet (IMap, handle, character, character)
|
||||||||||||||||||||||||