public interface Queue extends Collection
Object
element()
boolean
offer(Object o)
peek()
poll()
remove()
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
boolean offer(Object o)
Object poll()
Object remove()
Object peek()
Object element()
Copyright © 2005–2025 Javolution. All rights reserved.