Class AbstractBooleanList.BooleanRandomAccessSubList

    • Constructor Detail

      • BooleanRandomAccessSubList

        public BooleanRandomAccessSubList​(BooleanList l,
                                          int from,
                                          int to)
    • Method Detail

      • subList

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