Package io.aether.utils.rcollections
Class RQueueBySrc<E>
- java.lang.Object
-
- io.aether.utils.rcollections.RCollectionBySrc<E>
-
- io.aether.utils.rcollections.RQueueBySrc<E>
-
- All Implemented Interfaces:
RCollection<E>,RQueue<E>,ToString,java.lang.Iterable<E>,java.util.Collection<E>,java.util.Queue<E>
public class RQueueBySrc<E> extends RCollectionBySrc<E> implements RQueue<E>
-
-
Field Summary
-
Fields inherited from class io.aether.utils.rcollections.RCollectionBySrc
src
-
-
Constructor Summary
Constructors Constructor Description RQueueBySrc(java.util.Queue<E> src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eelement()booleanoffer(E e)Epeek()Epoll()Eremove()-
Methods inherited from class io.aether.utils.rcollections.RCollectionBySrc
add, contains, containsAll, equals, forAdd, forRemove, hashCode, isEmpty, iterator, remove, size, toArray, toArray, toString, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
contains, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeIf, size, spliterator, stream, toArray, toArray, toArray
-
Methods inherited from interface io.aether.utils.rcollections.RCollection
add0, forAdd, forRemove, remove0
-
-
-
-
Constructor Detail
-
RQueueBySrc
public RQueueBySrc(java.util.Queue<E> src)
-
-