Документ взят из кэша поисковой машины. Адрес оригинального документа : http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/ProtoVariableIterator.html
Дата изменения: Tue Dec 28 20:59:06 2004
Дата индексирования: Sun Apr 10 00:18:30 2016
Кодировка:
: Interface ProtoVariableIterator

ucar.netcdf
Interface ProtoVariableIterator


public interface ProtoVariableIterator

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.
 ProtoVariable next()
          Returns the next element.
 

Method Detail

hasNext

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

next

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