Class TSynchronizedRandomAccessDoubleList

All Implemented Interfaces:
TDoubleList, TDoubleCollection, Serializable, RandomAccess

public class TSynchronizedRandomAccessDoubleList extends TSynchronizedDoubleList implements RandomAccess
See Also:
  • Constructor Details

    • TSynchronizedRandomAccessDoubleList

      public TSynchronizedRandomAccessDoubleList(TDoubleList list)
    • TSynchronizedRandomAccessDoubleList

      public TSynchronizedRandomAccessDoubleList(TDoubleList list, Object mutex)
  • Method Details

    • subList

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