Class AbstractByteList.ByteRandomAccessSubList

    • Constructor Detail

      • ByteRandomAccessSubList

        public ByteRandomAccessSubList​(ByteList l,
                                       int from,
                                       int to)
    • Method Detail

      • subList

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