Constructor and Description |
---|
CircularListQueue() |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a shallow copy.
|
Object |
dequeue() |
void |
enqueue(Object obj) |
boolean |
hasMoreElements() |
Object |
peek() |
int |
size() |
public boolean hasMoreElements()
hasMoreElements
in interface Queue
Copyright © 2018 com.mchange. All rights reserved.