JavaScript is disabled on your browser.
Constructor Summary
Constructors
Constructor and Description
ContainerQueue (java.util.Queue<E > delegate)
Method Summary
Methods inherited from class org.eclipse.net4j.util.container.delegate.ContainerCollection
add , addAll , clear , contains , containsAll , equals , getElements , hashCode , isEmpty , iterator , remove , removeAll , retainAll , size , toArray , toArray
Methods inherited from class org.eclipse.net4j.util.event.Notifier
addListener , fireEvent , fireEvent , fireEvent , fireThrowable , firstListenerAdded , getListeners , getNotificationService , hasListeners , lastListenerRemoved , removeListener
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Queue
add
Methods inherited from interface java.util.Collection
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Methods inherited from interface java.lang.Iterable
forEach
Method Detail
element
public E element()
Specified by:
element
in interface java.util.Queue<E >
Category
READ
peek
public E peek()
Specified by:
peek
in interface java.util.Queue<E >
Category
READ
poll
public E poll()
Specified by:
poll
in interface java.util.Queue<E >
Category
WRITE
remove
public E remove()
Specified by:
remove
in interface java.util.Queue<E >
Category
WRITE
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html