Interface Queue

    • Method Detail

      • dequeue

        void dequeue​(Activation activation)
      • isEmpty

        boolean isEmpty()
      • clear

        void clear()
      • size

        int size()
      • toArray

        java.lang.Object[] toArray​(java.lang.Object[] a)