|
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Add (Object) |
|
||
| LOGICAL AddAll (ICollection) |
|
||
| LOGICAL AddArray (Object[]) |
|
||
| Clear () |
|
||
| Progress.Lang.Object Clone () |
/* Deep clone. or rather deep enough since we don't know what the elements' Clone()
operations do, so this may end up being a memberwise clone */
|
||
| CloneElements (ICollection) |
|
||
| LOGICAL Contains (Object) |
|
||
| LOGICAL ContainsAll (ICollection) |
|
||
| FindBufferUseObject (Object) |
/* override this in subclass - used by remove(obj) and others */
|
||
| LOGICAL IsEmpty () |
|
||
| OpenEdge.Core.Collections.IIterator Iterator () |
/* Returns a new IIterator over the collection. */
|
||
| LOGICAL Remove (Object) |
|
||
| LOGICAL RemoveAll (ICollection) |
|
||
| Resize () |
/** Recalculates the Size of this collections.
Used particularly by Lists since there are operations
like Remove() that are index-based and not item-based. */
|
||
| LOGICAL RetainAll (ICollection) |
|
||
| 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 | |
|---|---|---|---|
| AbstractTTCollection () |
/* default public ctor for Serialization only */
|
||
| AbstractTTCollection (handle, character) |
/* pass temp-table handle and name of object field */
|
||
| AbstractTTCollection (handle, handle) |
/* pass temp-table handle and object field */
|
||
| AbstractTTCollection (ICollection, handle, character) |
/* pass Collection */
|
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER Size |
|
LOGICAL Add (Object)
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AddAll (ICollection)
|
||||||||||||||
LOGICAL AddArray (Object[])
|
||||||||||||||
Clear () |
||||||||||||||
Progress.Lang.Object Clone ()
|
||||||||||||||
CloneElements (ICollection)
|
||||||||||||||
LOGICAL Contains (Object)
|
||||||||||||||
LOGICAL ContainsAll (ICollection)
|
||||||||||||||
FindBufferUseObject (Object)
|
||||||||||||||
LOGICAL IsEmpty ()
|
||||||||||||||
OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||
LOGICAL RemoveAll (ICollection)
|
||||||||||||||
Resize ()
|
||||||||||||||
LOGICAL RetainAll (ICollection)
|
||||||||||||||
Progress.Lang.Object ToArray ()
|
||||||||||||||
ToTable (table-handle)
|
||||||||||||||
AbstractTTCollection ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AbstractTTCollection (handle, character)
|
||||||||||||||||||||
AbstractTTCollection (handle, handle)
|
||||||||||||||||||||
AbstractTTCollection (ICollection, handle, character)
|
||||||||||||||||||||
INTEGER Size
|
||||||||
|---|---|---|---|---|---|---|---|---|