Package com.mchange.util.impl
Class CircularListQueue
java.lang.Object
com.mchange.util.impl.CircularListQueue
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CircularListQueue
public CircularListQueue()
-
-
Method Details
-
size
public int size() -
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceQueue
-
enqueue
-
peek
-
dequeue
-
clone
Returns a shallow copy. The queue is cloned, but not the elements within it.
-