Package ucar.nc2.dt

Interface DataIterator

    • Method Detail

      • hasNext

        boolean hasNext()
        Deprecated.
        true if another "DataType" object is available
        Specified by:
        hasNext in interface Iterator
      • nextData

        Object nextData()
                 throws IOException
        Deprecated.
        Returns the next "DataType" object
        Returns:
        the next "DataType" object
        Throws:
        IOException
      • next

        Object next()
        Deprecated.
        use nextData()
        Returns the next "DataType" object.
        Specified by:
        next in interface Iterator
        Throws:
        RuntimeException - (unchecked) instead of IOException.