-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BoundedDeque
public BoundedDeque(int max)
-
Method Details
-
size
public int size()
- Returns:
- int
-
-
-
-
getDeque
Get a copy of the deque.
-