Class AbstractByteBigList.ByteRandomAccessSubList

All Implemented Interfaces:
BigList<Byte>, ByteBigList, ByteCollection, ByteIterable, ByteStack, Size64, Stack<Byte>, Serializable, Comparable<BigList<? extends Byte>>, Iterable<Byte>, Collection<Byte>, RandomAccess
Enclosing class:
AbstractByteBigList

public static class AbstractByteBigList.ByteRandomAccessSubList extends AbstractByteBigList.ByteSubList implements RandomAccess
See Also:
  • Constructor Details

    • ByteRandomAccessSubList

      public ByteRandomAccessSubList(ByteBigList l, long from, long to)
  • Method Details