Interface IDataEntryCloseableIterator<T extends IEntry>

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, java.util.Iterator<T>

    @ThingworxExtensionApiClass(since={7,0,1})
    public interface IDataEntryCloseableIterator<T extends IEntry>
    extends java.util.Iterator<T>, java.io.Closeable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<T> getAll()  
      • Methods inherited from interface java.io.Closeable

        close
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove