Klasse RoundRobinBlockingQueue<E>
java.lang.Object
org.eclipse.net4j.util.collection.RoundRobinBlockingQueue<E>
- Alle implementierten Schnittstellen:
Iterable<E>
,Collection<E>
,BlockingQueue<E>
,Queue<E>
- Seit:
- 3.1
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
boolean
addAll
(Collection<? extends E> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) int
drainTo
(Collection<? super E> c) int
drainTo
(Collection<? super E> c, int maxElements) element()
boolean
isEmpty()
iterator()
boolean
boolean
peek()
poll()
void
int
remove()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) int
size()
take()
Object[]
toArray()
<T> T[]
toArray
(T[] array) toString()
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Konstruktordetails
-
RoundRobinBlockingQueue
public RoundRobinBlockingQueue()
-
-
Methodendetails
-
remainingCapacity
public int remainingCapacity()- Angegeben von:
remainingCapacity
in SchnittstelleBlockingQueue<E>
-
size
public int size()- Angegeben von:
size
in SchnittstelleCollection<E>
-
isEmpty
public boolean isEmpty()- Angegeben von:
isEmpty
in SchnittstelleCollection<E>
-
offer
-
offer
- Angegeben von:
offer
in SchnittstelleBlockingQueue<E>
- Löst aus:
InterruptedException
-
put
- Angegeben von:
put
in SchnittstelleBlockingQueue<E>
- Löst aus:
InterruptedException
-
add
- Angegeben von:
add
in SchnittstelleBlockingQueue<E>
- Angegeben von:
add
in SchnittstelleCollection<E>
- Angegeben von:
add
in SchnittstelleQueue<E>
-
poll
- Angegeben von:
poll
in SchnittstelleBlockingQueue<E>
- Löst aus:
InterruptedException
-
poll
-
take
- Angegeben von:
take
in SchnittstelleBlockingQueue<E>
- Löst aus:
InterruptedException
-
peek
-
element
-
remove
-
remove
- Angegeben von:
remove
in SchnittstelleBlockingQueue<E>
- Angegeben von:
remove
in SchnittstelleCollection<E>
-
clear
public void clear()- Angegeben von:
clear
in SchnittstelleCollection<E>
-
iterator
-
contains
- Angegeben von:
contains
in SchnittstelleBlockingQueue<E>
- Angegeben von:
contains
in SchnittstelleCollection<E>
-
toArray
- Angegeben von:
toArray
in SchnittstelleCollection<E>
-
toArray
public <T> T[] toArray(T[] array) - Angegeben von:
toArray
in SchnittstelleCollection<E>
-
containsAll
- Angegeben von:
containsAll
in SchnittstelleCollection<E>
-
addAll
- Angegeben von:
addAll
in SchnittstelleCollection<E>
-
removeAll
- Angegeben von:
removeAll
in SchnittstelleCollection<E>
-
retainAll
- Angegeben von:
retainAll
in SchnittstelleCollection<E>
-
drainTo
- Angegeben von:
drainTo
in SchnittstelleBlockingQueue<E>
-
drainTo
- Angegeben von:
drainTo
in SchnittstelleBlockingQueue<E>
-
toString
-