org.jmodelica.modelica.compiler.ConstArrayIterator< T > Class Reference

Generic iterator over constant array. More...

Inherits java::util::Iterator<T>.

List of all members.

Public Member Functions

 ConstArrayIterator (T[] arr)
boolean hasNext ()
next ()
void remove ()

Protected Attributes

T[] elems
int i


Detailed Description

Generic iterator over constant array.

class :0


Constructor & Destructor Documentation

org.jmodelica.modelica.compiler.ConstArrayIterator< T >.ConstArrayIterator ( T[]  arr  ) 


Member Function Documentation

boolean org.jmodelica.modelica.compiler.ConstArrayIterator< T >.hasNext (  ) 

T org.jmodelica.modelica.compiler.ConstArrayIterator< T >.next (  ) 

void org.jmodelica.modelica.compiler.ConstArrayIterator< T >.remove (  ) 


Member Data Documentation

T [] org.jmodelica.modelica.compiler.ConstArrayIterator< T >.elems [protected]

int org.jmodelica.modelica.compiler.ConstArrayIterator< T >.i [protected]


The documentation for this class was generated from the following file:

Generated on Fri Oct 7 14:49:34 2011 for JModelica.org by  doxygen 1.5.8