public interface BoundedQueue<E> extends Queue<E>
int
getCapacity()
add, element, offer, peek, poll, remove
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
int getCapacity()