Created on 25 January 2020
icon_unfollowing
Login to follow
stack-xif

LIFO Queue

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 25 January 2020 by 
stack-xif

LIFO Queue

Documentation
1.0.0


1) Available actions:



  • Clear: 
    Removes all elements from the Stack.
  • Contains: 
    Determines whether an element is in the Stack.
  • Count: 
    Gets the number of elements contained in the Stack.
  • Peek: 
    Returns the object at the top of the Stack without removing it.
  • Pop:
    Removes and returns the object at the top of the Stack.
  • Push: 
    Inserts an object at the top of the Stack.

Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
LIFO Queue has no dependencies.