Class AbstractLongBigList.LongRandomAccessSubList

All Implemented Interfaces:
BigList<Long>, LongBigList, LongCollection, LongIterable, LongStack, Size64, Stack<Long>, Serializable, Comparable<BigList<? extends Long>>, Iterable<Long>, Collection<Long>, RandomAccess
Enclosing class:
AbstractLongBigList

public static class AbstractLongBigList.LongRandomAccessSubList extends AbstractLongBigList.LongSubList implements RandomAccess
See Also:
  • Constructor Details

    • LongRandomAccessSubList

      public LongRandomAccessSubList(LongBigList l, long from, long to)
  • Method Details