Class AbstractFloatList.FloatRandomAccessSubList

    • Constructor Detail

      • FloatRandomAccessSubList

        public FloatRandomAccessSubList​(FloatList l,
                                        int from,
                                        int to)
    • Method Detail

      • subList

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