Package com.chemaxon.util.concurrent


package com.chemaxon.util.concurrent
This package contains an Iterator wrapper that can be used to perform calculations simultaneously on multiple elements provided by the wrapped iterator, and returns the calculation results while preserving the original order of elements.
Since:
6.0
  • Interfaces
    Class
    Description
    An auto-closeable wrapper for the Iterator class, so you should use this class with try-with-resources statements!