public interface TQueue<E> extends TCollection<E>
Modifier and Type | Method and Description |
---|---|
E |
element() |
boolean |
offer(E e) |
E |
peek() |
E |
poll() |
E |
remove() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, spliterator, stream, toArray, toArray
Copyright © 2019. All rights reserved.