Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.persistence.provider

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 and Description
      java.util.List<T> getAll() 
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
      • Methods inherited from interface java.io.Closeable

        close