Namespace: OtlContainers

Interface IOmniQueue

All Known Implementing Classes:
TOmniBaseBoundedQueue

public interface IOmniQueue

Persistent
False

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

Method Detail

Dequeue

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

Empty

public procedure Empty()
Reintroduce
False

Enqueue

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

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