Give us feedback
stack-xif
Web icon

LIFO Queue

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 25 January 2020 by 
0.0
 (0 ratings)
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.