public interface Queue extends List
Object
peek()
pop()
void
push(Object obj)
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
void push(Object obj)
Object pop()
Object peek()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.