|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
LOGICAL Add (Object) |
/* ICollection */ |
|||||
|
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) |
/** Returns true if this list contains all of the elements of the
specified collection.
@param ICollection The collection of obejcts to check
@return logical True if all the elements match */ |
|||||
|
Progress.Lang.Object GetValue (integer) |
|
|||||
|
LOGICAL IsEmpty () |
|
|||||
|
OpenEdge.Core.Collections.IIterator Iterator () |
|
|||||
|
LOGICAL Remove (Object) |
|
|||||
|
LOGICAL RemoveAll (ICollection) |
|
|||||
|
LOGICAL RetainAll (ICollection) |
|
|||||
|
SetArraySize (integer) |
|
|||||
|
SetValue (Object) |
|
|||||
|
SetValue (Object, integer) |
|
|||||
|
Progress.Lang.Object ToArray () |
|
|||||
|
ToTable (table-handle) |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
Array () |
|
|||||
|
Array () |
|
|||||
|
Array (integer) |
|
|||||
|
Array (Object[]) |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
LOGICAL AutoExpand |
/* Keep incrementally growing array Size as new elements are added. AutoExpanded
ararys will grow by 50% of the current size each time.
This will negatively impact performance. */ |
|||||
|
LOGICAL DiscardOnShrink |
/* If true, we'll discard stuff off the bottom of the stack if
we resize the stack smaller than its contents. */ |
|||||
|
INTEGER Size |
|
|||||
|
Progress.Lang.Object Value |
|
Top
LOGICAL Add (Object)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AddAll (ICollection)
|
||||||||||||||||||||
LOGICAL AddArray (Object[])
|
||||||||||||||||||||
Clear ()
|
||||||||||||||||||||
Progress.Lang.Object Clone ()
|
||||||||||||||||||||
CloneElements (ICollection)
|
||||||||||||||||||||
LOGICAL Contains (Object)
|
||||||||||||||||||||
LOGICAL ContainsAll (ICollection)
|
||||||||||||||||||||
Progress.Lang.Object GetValue (integer)
|
||||||||||||||||||||
LOGICAL IsEmpty ()
|
||||||||||||||||||||
OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||||||
LOGICAL Remove (Object)
|
||||||||||||||||||||
LOGICAL RemoveAll (ICollection)
|
||||||||||||||||||||
LOGICAL RetainAll (ICollection)
|
||||||||||||||||||||
SetArraySize (integer)
|
||||||||||||||||||||
SetValue (Object)
|
||||||||||||||||||||
SetValue (Object, integer)
|
||||||||||||||||||||
Progress.Lang.Object ToArray ()
|
||||||||||||||||||||
ToTable (table-handle)
|
STATIC Array ()
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Array ()
|
|||||||||||
Array (integer)
|
|||||||||||
Array (Object[])
|
LOGICAL AutoExpand
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL DiscardOnShrink
|
|||||||||||||||
INTEGER Size
|
|||||||||||||||
Progress.Lang.Object Value
|
Progress® OpenEdge® Release 11.7