Package 

Class LoadingDelayQueue

  • 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>
                        
    • Method Summary

      Modifier and Type Method Description
      final Queue<Delayed> getDelayCache()
      Integer getSize()
      Iterator<Delayed> iterator()
      Boolean offer(Delayed e)
      Delayed poll()
      Delayed peek()
      • 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