Class AbstractByteList.ByteRandomAccessSubList

java.lang.Object
java.util.AbstractCollection<java.lang.Byte>
All Implemented Interfaces:
ByteCollection, ByteIterable, ByteList, ByteStack, Stack<java.lang.Byte>, java.io.Serializable, java.lang.Comparable<java.util.List<? extends java.lang.Byte>>, java.lang.Iterable<java.lang.Byte>, java.util.Collection<java.lang.Byte>, java.util.List<java.lang.Byte>, java.util.RandomAccess
Enclosing class:
AbstractByteList

public static class AbstractByteList.ByteRandomAccessSubList
extends AbstractByteList.ByteSubList
implements java.util.RandomAccess
See Also:
Serialized Form
  • Constructor Details

    • ByteRandomAccessSubList

      public ByteRandomAccessSubList​(ByteList l, int from, int to)
  • Method Details

    • subList

      public ByteList subList​(int from, int to)
      Description copied from interface: ByteList
      Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
      Specified by:
      subList in interface ByteList
      Specified by:
      subList in interface java.util.List<java.lang.Byte>
      Overrides:
      subList in class AbstractByteList.ByteSubList
      See Also:
      List.subList(int,int)