public interface BoundedQueue<E> extends Queue<E>
Modifier and Type | Method and Description |
---|---|
int |
getCapacity() |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.