Class TSynchronizedRandomAccessShortList

All Implemented Interfaces:
TShortList, TShortCollection, Serializable, RandomAccess

public class TSynchronizedRandomAccessShortList extends TSynchronizedShortList implements RandomAccess
See Also:
  • Constructor Details

    • TSynchronizedRandomAccessShortList

      public TSynchronizedRandomAccessShortList(TShortList list)
    • TSynchronizedRandomAccessShortList

      public TSynchronizedRandomAccessShortList(TShortList list, Object mutex)
  • Method Details

    • subList

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