Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

ucar.netcdf
Interface VariableIterator


public interface VariableIterator

Type specific Iterator. Use the Iterator methods to fetch elements sequentially.

See Also:
Iterator

Method Summary
 boolean hasNext()
          Returns true if there are more elements.
 Variable next()
          Returns the next element.
 

Method Detail

hasNext

public boolean hasNext()
Returns true if there are more elements.

next

public Variable next()
Returns the next element. Calls to this method will step through successive elements.
Throws:
java.util.NoSuchElementException - If no more elements exist.


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690