Class AbstractDoubleList.DoubleRandomAccessSubList

    • Constructor Detail

      • DoubleRandomAccessSubList

        public DoubleRandomAccessSubList​(DoubleList l,
                                         int from,
                                         int to)
    • Method Detail

      • subList

        public DoubleList subList​(int from,
                                  int to)
        Description copied from interface: DoubleList
        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 DoubleList
        Specified by:
        subList in interface java.util.List<java.lang.Double>
        Overrides:
        subList in class AbstractDoubleList.DoubleSubList
        See Also:
        List.subList(int,int)