java > java.util > java.util.queue >

Interface: java.util.Queue
    java.util.Queue


public interface Queue extends Collection


FIELDS:

CONSTRUCTORS:

METHODS:
boolean add(Object e)
Throws: IllegalStateException
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException

Object element()
Throws: NoSuchElementException

boolean offer(Object e)
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException

Object peek()

Object poll()

Object remove()
Throws: NoSuchElementException


INHERITED METHODS:

SUBINTERFACES:
BlockingQueue, Deque,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net