Class AbstractBooleanList.BooleanRandomAccessSubList

java.lang.Object
java.util.AbstractCollection<java.lang.Boolean>
All Implemented Interfaces:
BooleanCollection, it.unimi.dsi.fastutil.booleans.BooleanIterable, BooleanList, BooleanStack, it.unimi.dsi.fastutil.Stack<java.lang.Boolean>, java.io.Serializable, java.lang.Comparable<java.util.List<? extends java.lang.Boolean>>, java.lang.Iterable<java.lang.Boolean>, java.util.Collection<java.lang.Boolean>, java.util.List<java.lang.Boolean>, java.util.RandomAccess
Enclosing class:
AbstractBooleanList

public static class AbstractBooleanList.BooleanRandomAccessSubList
extends AbstractBooleanList.BooleanSubList
implements java.util.RandomAccess
See Also:
Serialized Form
  • Constructor Details

    • BooleanRandomAccessSubList

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

    • 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)