Class TSynchronizedRandomAccessCharList

All Implemented Interfaces:
TCharList, TCharCollection, Serializable, RandomAccess

public class TSynchronizedRandomAccessCharList extends TSynchronizedCharList implements RandomAccess
See Also:
  • Constructor Details

    • TSynchronizedRandomAccessCharList

      public TSynchronizedRandomAccessCharList(TCharList list)
    • TSynchronizedRandomAccessCharList

      public TSynchronizedRandomAccessCharList(TCharList list, Object mutex)
  • Method Details

    • subList

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