Interface DequeMoveArgs

All Known Subinterfaces:
DequeMoveDestination

public interface DequeMoveArgs
Author:
Nikita Koksharov
  • Method Details

    • 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