E
public interface Queue<E> extends Collection<E>
element()
boolean
offer(E o)
peek()
poll()
remove()
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
E element()
boolean offer(E o)
E peek()
E poll()
E remove()
Copyright © 2018. All rights reserved.