Class TUnmodifiableRandomAccessLongList

All Implemented Interfaces:
TLongList, TLongCollection, Serializable, RandomAccess

public class TUnmodifiableRandomAccessLongList extends TUnmodifiableLongList implements RandomAccess
See Also:
  • Constructor Details

    • TUnmodifiableRandomAccessLongList

      public TUnmodifiableRandomAccessLongList(TLongList list)
  • Method Details

    • subList

      public TLongList subList(int fromIndex, int toIndex)
      Description copied from interface: TLongList
      Returns a sublist of this list.
      Specified by:
      subList in interface TLongList
      Overrides:
      subList in class TUnmodifiableLongList
      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.