Class AbstractByteBigList.ByteRandomAccessSubList

java.lang.Object
java.util.AbstractCollection<java.lang.Byte>
All Implemented Interfaces:
it.unimi.dsi.fastutil.BigList<java.lang.Byte>, ByteBigList, ByteCollection, it.unimi.dsi.fastutil.bytes.ByteIterable, ByteStack, it.unimi.dsi.fastutil.Size64, it.unimi.dsi.fastutil.Stack<java.lang.Byte>, java.io.Serializable, java.lang.Comparable<it.unimi.dsi.fastutil.BigList<? extends java.lang.Byte>>, java.lang.Iterable<java.lang.Byte>, java.util.Collection<java.lang.Byte>, java.util.RandomAccess
Enclosing class:
AbstractByteBigList

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

    • ByteRandomAccessSubList

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

    • subList

      public ByteBigList subList​(long from, long to)
      Description copied from interface: ByteBigList
      Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
      Specified by:
      subList in interface it.unimi.dsi.fastutil.BigList<java.lang.Byte>
      Specified by:
      subList in interface ByteBigList
      Overrides:
      subList in class AbstractByteBigList.ByteSubList
      See Also:
      BigList.subList(long,long)