Class AbstractShortBigList.ShortRandomAccessSubList

All Implemented Interfaces:
BigList<Short>, ShortBigList, ShortCollection, ShortIterable, ShortStack, Size64, Stack<Short>, Serializable, Comparable<BigList<? extends Short>>, Iterable<Short>, Collection<Short>, RandomAccess
Enclosing class:
AbstractShortBigList

public static class AbstractShortBigList.ShortRandomAccessSubList extends AbstractShortBigList.ShortSubList implements RandomAccess
See Also:
  • Constructor Details

    • ShortRandomAccessSubList

      public ShortRandomAccessSubList(ShortBigList l, long from, long to)
  • Method Details