- All Implemented Interfaces:
Queue<T>
public final class CQueue<T>
extends Object
implements Queue<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
-
add
public boolean add(T data)
- Specified by:
add
in interface Queue<T>
-
clear
public void clear()
- Specified by:
clear
in interface Queue<T>