|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | Progress.Lang.Object Clone () |
Inherited from OpenEdge.Core.Collections.Stack |
|
| # | Invert () |
Inherited from OpenEdge.Core.Collections.Stack |
|
| # | Progress.Lang.Object Peek () |
|
|
| # | Progress.Lang.Object Pop () |
|
|
| # | Push (Object) |
|
|
| # | Rotate (integer) |
Inherited from OpenEdge.Core.Collections.Stack |
|
| + | SetStackDepth (integer) |
Inherited from OpenEdge.Core.Collections.Stack |
|
| # | Swap (integer, integer) |
Inherited from OpenEdge.Core.Collections.Stack |
|
| # | Progress.Lang.Object ToArray () |
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | ObjectStack () |
|
|
| # | ObjectStack (integer) |
|
|
| # | ObjectStack (Object[]) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | LOGICAL AutoExpand |
/* Keep incrementally growing stack Depth as new elements are added.
This will negatively impact performance. */ Inherited from OpenEdge.Core.Collections.Stack |
|
| # | INTEGER Depth |
Inherited from OpenEdge.Core.Collections.Stack |
|
| # | LOGICAL DiscardOnShrink |
/* If true, we'll discard stuff off the bottom of the stack if
we resize the stack smaller than its contents. */ Inherited from OpenEdge.Core.Collections.Stack |
|
| # | INTEGER Size |
Inherited from OpenEdge.Core.Collections.Stack |
|
Top
PROTECTED Progress.Lang.Object Clone ()
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Invert ()
|
||||||||||||||||
PROTECTED Progress.Lang.Object Peek ()
|
||||||||||||||||
PROTECTED Progress.Lang.Object Pop ()
|
||||||||||||||||
PROTECTED Push (Object)
|
||||||||||||||||
PROTECTED Rotate (integer)
|
||||||||||||||||
PUBLIC SetStackDepth (integer)
|
||||||||||||||||
PROTECTED Swap (integer, integer)
|
||||||||||||||||
PROTECTED Progress.Lang.Object ToArray ()
|
||||||||||||||||
PROTECTED ObjectStack ()
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED ObjectStack (integer)
|
|||||||||||
PROTECTED ObjectStack (Object[])
|
|||||||||||
PROTECTED LOGICAL AutoExpand
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED INTEGER Depth
|
|||||||||||||
PROTECTED LOGICAL DiscardOnShrink
|
|||||||||||||
PROTECTED INTEGER Size
|
|||||||||||||