Package com.jackmeng.stl
Class stl_LazyQueue<T>
java.lang.Object
com.jackmeng.stl.stl_LazyQueue<T>
public class stl_LazyQueue<T>
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description stl_LazyQueue()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
queue
-
lazyQueue
-
-
Constructor Details
-
stl_LazyQueue
public stl_LazyQueue()
-
-
Method Details
-
enqueue
-
dequeue
-
peek
-
isEmpty
public boolean isEmpty() -
size
public int size() -
drainLazyQueue
private void drainLazyQueue()
-