Interface DequeMoveArgs

    • Method Detail

      • pollLast

        static DequeMoveDestination pollLast()
        Define to remove the tail element of this queue.
        Returns:
        arguments object
      • pollFirst

        static DequeMoveDestination pollFirst()
        Define to remove the head element of this queue.
        Returns:
        arguments object