Class AbstractShortList.ShortRandomAccessSubList

    • Constructor Detail

      • ShortRandomAccessSubList

        public ShortRandomAccessSubList​(ShortList l,
                                        int from,
                                        int to)
    • Method Detail

      • subList

        public ShortList subList​(int from,
                                 int to)
        Description copied from interface: ShortList
        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.Short>
        Specified by:
        subList in interface ShortList
        Overrides:
        subList in class AbstractShortList.ShortSubList
        See Also:
        List.subList(int,int)