Class D4StructureDataIterator

  • All Implemented Interfaces:
    Closeable, AutoCloseable, ucar.ma2.StructureDataIterator

    public class D4StructureDataIterator
    extends Object
    implements ucar.ma2.StructureDataIterator
    • Field Detail

      • list

        protected ucar.ma2.StructureData[] list
      • position

        protected int position
    • Constructor Detail

      • D4StructureDataIterator

        public D4StructureDataIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
                        throws IOException
        Specified by:
        hasNext in interface ucar.ma2.StructureDataIterator
        Throws:
        IOException
      • next

        public ucar.ma2.StructureData next()
                                    throws IOException
        Specified by:
        next in interface ucar.ma2.StructureDataIterator
        Throws:
        IOException
      • reset

        public ucar.ma2.StructureDataIterator reset()
        Specified by:
        reset in interface ucar.ma2.StructureDataIterator
      • getCurrentRecno

        public int getCurrentRecno()
        Specified by:
        getCurrentRecno in interface ucar.ma2.StructureDataIterator