public class LinkedQueue<E> extends Object
LinkedQueue()
Iterator<E>
elements()
boolean
put(E item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LinkedQueue()
public boolean put(E item)
public Iterator<E> elements()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.