Class CloseableLineIterator

java.lang.Object
com.chemaxon.calculations.util.CloseableLineIterator
All Implemented Interfaces:
AutoCloseable, Iterator<String>

@PublicAPI @Deprecated(forRemoval=true) @SubjectToRemoval(date=JAN_01_2025) public final class CloseableLineIterator extends Object implements Iterator<String>, AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement.
Closeable LineIterator wrapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove
  • Method Details

    • hasNext

      public boolean hasNext()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      hasNext in interface Iterator<String>
    • next

      public String next()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      next in interface Iterator<String>
    • close

      public void close() throws IllegalStateException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface AutoCloseable
      Throws:
      IllegalStateException