|
|
| 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
PROTECTED LOGICAL Add (Object)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL AddAll (ICollection)
|
||||||||||||||||||||
PROTECTED LOGICAL AddArray (Object[])
|
||||||||||||||||||||
PROTECTED Clear ()
|
||||||||||||||||||||
PROTECTED Progress.Lang.Object Clone ()
|
||||||||||||||||||||
CloneElements (ICollection)
|
||||||||||||||||||||
PROTECTED LOGICAL Contains (Object)
|
||||||||||||||||||||
PROTECTED LOGICAL ContainsAll (ICollection)
|
||||||||||||||||||||
PROTECTED Progress.Lang.Object GetValue (integer)
|
||||||||||||||||||||
PROTECTED LOGICAL IsEmpty ()
|
||||||||||||||||||||
PROTECTED OpenEdge.Core.Collections.IIterator Iterator ()
|
||||||||||||||||||||
PROTECTED LOGICAL Remove (Object)
|
||||||||||||||||||||
PROTECTED LOGICAL RemoveAll (ICollection)
|
||||||||||||||||||||
PROTECTED LOGICAL RetainAll (ICollection)
|
||||||||||||||||||||
PUBLIC SetArraySize (integer)
|
||||||||||||||||||||
PROTECTED SetValue (Object)
|
||||||||||||||||||||
PROTECTED SetValue (Object, integer)
|
||||||||||||||||||||
PROTECTED Progress.Lang.Object ToArray ()
|
||||||||||||||||||||
PROTECTED ToTable (table-handle)
|
||||||||||||||||||||
STATIC Array ()
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Array ()
|
|||||||||||
PROTECTED Array (integer)
|
|||||||||||
PROTECTED Array (Object[])
|
|||||||||||
PROTECTED LOGICAL AutoExpand
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL DiscardOnShrink
|
|||||||||||||||
PROTECTED INTEGER Size
|
|||||||||||||||
Progress.Lang.Object Value
|
|||||||||||||||