|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.util.CircularQueue | +--org.enhydra.servlet.connectionMethods.http.Queue
Field Summary |
Fields inherited from class com.lutris.util.CircularQueue |
count, qSize, queue, rIndex, sIndex |
Constructor Summary | |
Queue(int s)
Creates a queue object of size s (s objects). |
Method Summary | |
boolean |
empty()
Checks to see if the queue is empty. |
Methods inherited from class com.lutris.util.CircularQueue |
get, getCount, isEmpty, put |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Queue(int s)
s
- The maximum number of elements to be queued.Method Detail |
public boolean empty()
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |