Class TUnmodifiableRandomAccessByteList

All Implemented Interfaces:
TByteList, TByteCollection, Serializable, RandomAccess

public class TUnmodifiableRandomAccessByteList extends TUnmodifiableByteList implements RandomAccess
See Also:
  • Constructor Details

    • TUnmodifiableRandomAccessByteList

      public TUnmodifiableRandomAccessByteList(TByteList list)
  • Method Details

    • subList

      public TByteList subList(int fromIndex, int toIndex)
      Description copied from interface: TByteList
      Returns a sublist of this list.
      Specified by:
      subList in interface TByteList
      Overrides:
      subList in class TUnmodifiableByteList
      Parameters:
      fromIndex - low endpoint (inclusive) of the subList.
      toIndex - high endpoint (exclusive) of the subList.
      Returns:
      sublist of this list from begin, inclusive to end, exclusive.