All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.util.SyncQueue

java.lang.Object
   |
   +----prolog.util.SyncQueue

public class SyncQueue
extends Object
implements Queue
Synchronous queue (not thread safe, no buffering). This is the queue you have when you don't have a queue.


Variable Index

 o customer

Constructor Index

 o SyncQueue(QueueConsumer)

Method Index

 o dequeue()
Not implemented.
 o enqueue(Object)
 o isEmpty()
Not implemented.

Variables

 o customer
 QueueConsumer customer

Constructors

 o SyncQueue
 public SyncQueue(QueueConsumer qc)

Methods

 o enqueue
 public void enqueue(Object o)
 o dequeue
 public Object dequeue()
Not implemented.

 o isEmpty
 public boolean isEmpty()
Not implemented.


All Packages  Class Hierarchy  This Package  Previous  Next  Index