Class TSynchronizedRandomAccessLongList

    • Constructor Detail

      • TSynchronizedRandomAccessLongList

        public TSynchronizedRandomAccessLongList(TLongList list)
      • TSynchronizedRandomAccessLongList

        public TSynchronizedRandomAccessLongList(TLongList list,
                                                 Object mutex)
    • Method Detail

      • subList

        public TLongList subList(int fromIndex,
                                 int toIndex)