Interface ByteBigListIterator

    • Method Summary

      Modifier and Type Method Description
      default void add​(byte k)
      Inserts the specified element into the list (optional operation).
      default void add​(Byte k)
      Deprecated.
      Please use the corresponding type-specific method instead.
      default long back​(long n)
      Moves back for the given number of elements.
      default void set​(byte k)
      Replaces the last element returned by next() or previous() with the specified element (optional operation).
      default void set​(Byte k)
      Deprecated.
      Please use the corresponding type-specific method instead.
      default int skip​(int n)
      Skips the given number of elements.
      default long skip​(long n)
      Skips the given number of elements.