Class AbstractLongList.LongRandomAccessSubList

    • Constructor Detail

      • LongRandomAccessSubList

        public LongRandomAccessSubList​(LongList l,
                                       int from,
                                       int to)
    • Method Detail

      • subList

        public LongList subList​(int from,
                                int to)
        Description copied from interface: LongList
        Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
        Specified by:
        subList in interface java.util.List<java.lang.Long>
        Specified by:
        subList in interface LongList
        Overrides:
        subList in class AbstractLongList.LongSubList
        See Also:
        List.subList(int,int)