|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL Add (Object) |
|
||
LOGICAL AddAll (ICollection) |
|
||
LOGICAL AddArray (Object[]) |
|
||
Clear () |
|
||
LOGICAL Contains (Object) |
/* abstract because this could be a key or value */
|
||
LOGICAL ContainsAll (ICollection) |
/* abstract because this could be a collection of keys or values */
|
||
LOGICAL IsEmpty () |
|
||
OpenEdge.Core.Collections.IIterator Iterator () |
/* Returns a new IIterator over the collection. */
|
||
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 */
|
||
Progress.Lang.Object ToArray () |
/* ToArray should not be used with large collections
If there is too much data the ABL will throw:
Attempt to update data exceeding 32000. (12371) */
|
||
ToTable (table-handle) |
|
Options | Name | Purpose | |
---|---|---|---|
MapBackedCollection (IMap, handle, character) |
|
Options | Name | Purpose | |
---|---|---|---|
HANDLE KeyField |
|
||
HANDLE OwningBuffer |
|
||
OpenEdge.Core.Collections.IMap OwningMap |
|
||
INTEGER Size |
|
LOGICAL Add (Object)
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AddAll (ICollection)
|
||||||||||||||||
LOGICAL AddArray (Object[])
|
||||||||||||||||
Clear () |
||||||||||||||||
LOGICAL Contains (Object)
|
||||||||||||||||
LOGICAL ContainsAll (ICollection)
|
||||||||||||||||
LOGICAL IsEmpty ()
|
||||||||||||||||
OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||
LOGICAL RemoveAll (ICollection)
|
||||||||||||||||
LOGICAL RetainAll (ICollection)
|
||||||||||||||||
Progress.Lang.Object ToArray ()
|
||||||||||||||||
ToTable (table-handle)
|
MapBackedCollection (IMap, handle, character)
|
---|
HANDLE KeyField
|
||||||||
---|---|---|---|---|---|---|---|---|
HANDLE OwningBuffer
|
||||||||
OpenEdge.Core.Collections.IMap OwningMap
|
||||||||
INTEGER Size
|