| Constructor and Description | 
|---|
| CircularListQueue() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | clone()Returns a shallow copy. | 
| java.lang.Object | dequeue() | 
| void | enqueue(java.lang.Object obj) | 
| boolean | hasMoreElements() | 
| java.lang.Object | peek() | 
| int | size() | 
public boolean hasMoreElements()
hasMoreElements in interface Queue