-
- All Implemented Interfaces:
-
java.util.Queue,kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable
public final class LoadingDelayQueue extends AbstractQueue<Delayed>
-
-
Field Summary
Fields Modifier and Type Field Description private final Queue<Delayed>delayCacheprivate final Integersize
-
Constructor Summary
Constructors Constructor Description LoadingDelayQueue()
-
Method Summary
Modifier and Type Method Description final Queue<Delayed>getDelayCache()IntegergetSize()Iterator<Delayed>iterator()Booleanoffer(Delayed e)Delayedpoll()Delayedpeek()-
Methods inherited from class ai.platon.pulsar.common.collect.LoadingDelayQueue
add, addAll, clear, element, remove -
Methods inherited from class java.util.AbstractQueue
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString -
Methods inherited from class kotlin.collections.Collection
forEach -
Methods inherited from class kotlin.collections.MutableCollection
parallelStream, spliterator, stream, toArray -
Methods inherited from class java.util.AbstractCollection
removeIf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-