StarOffice 5.2 API
reverse engineered by classdoc

stardiv.memory
Class Queue

java.lang.Object
  |
  +--stardiv.memory.Queue

public synchronized class Queue
extends java.lang.Object


Field Summary
private  java.lang.Object[] aBuffer
           
private  int iHeadPos
           
private  int iLen
           
 
Constructor Summary
Queue(int i)
           
 
Method Summary
 void append(java.lang.Object o)
           
 int capacity()
           
 boolean empty()
           
 java.lang.Object get()
           
 java.lang.Object peek()
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

aBuffer

private java.lang.Object[] aBuffer

iHeadPos

private int iHeadPos

iLen

private int iLen
Constructor Detail

Queue

public Queue(int i)
Method Detail

append

public final void append(java.lang.Object o)

capacity

public final int capacity()

empty

public final boolean empty()

get

public final java.lang.Object get()

peek

public final java.lang.Object peek()

size

public final int size()

toString

public java.lang.String toString()
Overrides:
toString in class ProgramElementDocImpl

StarOffice 5.2 API
reverse engineered by classdoc