|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL Add (Object) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
LOGICAL AddAll (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
LOGICAL AddArray (Object[]) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
Clear () |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
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 */ Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
CloneElements (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
LOGICAL Contains (Object) |
Overrides OpenEdge.Core.Collections.AbstractTTCollection:Contains (Object) |
|||||
|
|
LOGICAL ContainsAll (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
LOGICAL Equals (Object) |
/* Two Collections are defined to be equal if they are the same size and
all of the elements in this collection are in the to-compare collection
@param P.L.Object
@return logical TRUE if the collections are equal. FALSE otherwise */ |
|||||
|
|
FindBufferUseObject (Object) |
Overrides OpenEdge.Core.Collections.AbstractTTCollection:FindBufferUseObject (Object) |
|||||
|
|
FindBufferUseObject (Object, buffer) |
|
|||||
|
|
LOGICAL IsEmpty () |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
OpenEdge.Core.Collections.IIterator Iterator () |
/* Returns a new IIterator over the collection. */ Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
LOGICAL Remove (Object) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
LOGICAL RemoveAll (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
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. */ Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
LOGICAL RetainAll (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
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) */ Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|||||
|
|
ToTable (table-handle) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Collection () |
|
|||||
|
|
Collection (ICollection) |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
INTEGER Size |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
Top
PUBLIC LOGICAL Add (Object)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AddAll (ICollection)
|
||||||||||||||||||||
PUBLIC LOGICAL AddArray (Object[])
|
||||||||||||||||||||
PUBLIC Clear ()
|
||||||||||||||||||||
PUBLIC Progress.Lang.Object Clone ()
|
||||||||||||||||||||
PROTECTED CloneElements (ICollection)
|
||||||||||||||||||||
PUBLIC LOGICAL Contains (Object)
|
||||||||||||||||||||
PUBLIC LOGICAL ContainsAll (ICollection)
|
||||||||||||||||||||
PUBLIC LOGICAL Equals (Object)
|
||||||||||||||||||||
PROTECTED FindBufferUseObject (Object)
|
||||||||||||||||||||
PROTECTED FindBufferUseObject (Object, buffer)
|
||||||||||||||||||||
PUBLIC LOGICAL IsEmpty ()
|
||||||||||||||||||||
PUBLIC OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||||||
PUBLIC LOGICAL Remove (Object)
|
||||||||||||||||||||
PUBLIC LOGICAL RemoveAll (ICollection)
|
||||||||||||||||||||
PROTECTED Resize ()
|
||||||||||||||||||||
PUBLIC LOGICAL RetainAll (ICollection)
|
||||||||||||||||||||
PUBLIC Progress.Lang.Object ToArray ()
|
||||||||||||||||||||
PUBLIC ToTable (table-handle)
|
||||||||||||||||||||
PUBLIC Collection ()
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Collection (ICollection)
|
|||||||||||
PUBLIC INTEGER Size
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
Progress® OpenEdge® Release 12.2.0