Interface RSNodeDeque

  • All Superinterfaces:
    java.lang.Iterable, RSDeque

    public interface RSNodeDeque
    extends RSDeque
    • Method Detail

      • getCurrent

        RSNode getCurrent()
      • getSentinel

        RSNode getSentinel()
      • addFirst

        void addFirst​(RSNode val)
      • addLast

        void addLast​(RSNode val)
      • removeLast

        RSNode removeLast()
      • clear

        void clear()
        Description copied from interface: RSDeque
        clear the deque
        Specified by:
        clear in interface RSDeque
      • iterator

        java.util.Iterator iterator()
        Specified by:
        iterator in interface java.lang.Iterable