-
-
Method Summary
-
Methods inherited from class org.apache.river.concurrent.ReferenceCollection
add, addAll, clear, contains, containsAll, equals, getRef, getRQF, hashCode, isEmpty, iterator, processQueue, remove, size, toString, wrapObj, writeReplace
-
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
-
-
Method Detail
-
remove
public T remove()
- Specified by:
remove in interface Queue<T>
-
poll
public T poll()
- Specified by:
poll in interface Queue<T>
-
element
public T element()
- Specified by:
element in interface Queue<T>
-
peek
public T peek()
- Specified by:
peek in interface Queue<T>
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.