Class AbstractIntBigList.IntRandomAccessSubList

All Implemented Interfaces:
BigList<Integer>, IntBigList, IntCollection, IntIterable, IntStack, Size64, Stack<Integer>, Serializable, Comparable<BigList<? extends Integer>>, Iterable<Integer>, Collection<Integer>, RandomAccess
Enclosing class:
AbstractIntBigList

public static class AbstractIntBigList.IntRandomAccessSubList extends AbstractIntBigList.IntSubList implements RandomAccess
See Also:
  • Constructor Details

    • IntRandomAccessSubList

      public IntRandomAccessSubList(IntBigList l, long from, long to)
  • Method Details