The LargeStack type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | LargeStack |
Initialize large stack operator.
|
Methods
Name | Description | |
---|---|---|
![]() | Destroy |
Delete bin containing the stack.
|
![]() | Filter |
Select items from top of stack.
|
![]() | GetCapacity |
Return maximum number of entries for the stack.
|
![]() | GetConfig |
Return map of stack configuration parameters.
|
![]() | Peek |
Select items from top of stack.
|
![]() | Push(IList) |
Push values onto stack. If the stack does not exist, create it using specified userModule configuration.
|
![]() | Push(Value) |
Push value onto stack. If the stack does not exist, create it using specified userModule configuration.
|
![]() | Push( Value ) |
Push values onto stack. If the stack does not exist, create it using specified userModule configuration.
|
![]() | Scan |
Return list of all objects on the stack.
|
![]() | SetCapacity |
Set maximum number of entries for the stack.
|
![]() | Size |
Return size of stack.
|
See Also