Interface RecordIterable

  • All Superinterfaces:
    java.lang.AutoCloseable, java.lang.Iterable<Record>

    @Deprecated(forRemoval=true,
                since="6.1.3")
    public interface RecordIterable
    extends java.lang.AutoCloseable, java.lang.Iterable<Record>
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • close

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