Namespace: OtlContainers

Interface IOmniStack

All Known Implementing Classes:
TOmniBaseBoundedStack

public interface IOmniStack

Persistent
False

Method Summary
  public Sub Empty()
 
  public Sub Initialize(numElements: integer; elementSize: integer)
 
  public function boolean IsEmpty()
 
  public function boolean IsFull()
 
  public function boolean Pop(value: )
 
  public function boolean Push(value: )
 
 

Method Detail

Empty

public procedure Empty()
Reintroduce
False

Initialize

public procedure Initialize(numElements: integer; elementSize: integer)
Reintroduce
False

IsEmpty

public function IsEmpty(): boolean
Reintroduce
False
Returns
boolean

IsFull

public function IsFull(): boolean
Reintroduce
False
Returns
boolean

Pop

public function Pop(value: ): boolean
Reintroduce
False
Returns
boolean

Push

public function Push(value: ): boolean
Reintroduce
False
Returns
boolean