Constructor and Description |
---|
BoundedDeque(int max) |
Modifier and Type | Method and Description |
---|---|
void |
add(T add) |
LinkedBlockingDeque<T> |
getDeque() |
T |
getLast() |
Iterator<T> |
iterator() |
void |
setDeque(LinkedBlockingDeque<T> deque) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int size()
public void add(T add)
public T getLast()
public LinkedBlockingDeque<T> getDeque()
public void setDeque(LinkedBlockingDeque<T> deque)
Copyright © 2005–2019 Alfresco Software. All rights reserved.