Class TSynchronizedRandomAccessFloatList

All Implemented Interfaces:
TFloatList, TFloatCollection, Serializable, RandomAccess

public class TSynchronizedRandomAccessFloatList extends TSynchronizedFloatList implements RandomAccess
See Also:
  • Constructor Details

    • TSynchronizedRandomAccessFloatList

      public TSynchronizedRandomAccessFloatList(TFloatList list)
    • TSynchronizedRandomAccessFloatList

      public TSynchronizedRandomAccessFloatList(TFloatList list, Object mutex)
  • Method Details

    • subList

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