Package com.mchange.util.impl
Class CircularListQueue
- java.lang.Object
-
- com.mchange.util.impl.CircularListQueue
-
-
Constructor Summary
Constructors Constructor Description CircularListQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfaceQueue
-
-