Inherits java::util::Iterator<T>.
Public Member Functions | |
| ConstArrayIterator (T[] arr) | |
| boolean | hasNext () |
| T | next () |
| void | remove () |
Protected Attributes | |
| T[] | elems |
| int | i |
class :0
| org.jmodelica.modelica.compiler.ConstArrayIterator< T >.ConstArrayIterator | ( | T[] | arr | ) |
| boolean org.jmodelica.modelica.compiler.ConstArrayIterator< T >.hasNext | ( | ) |
| T org.jmodelica.modelica.compiler.ConstArrayIterator< T >.next | ( | ) |
| void org.jmodelica.modelica.compiler.ConstArrayIterator< T >.remove | ( | ) |
T [] org.jmodelica.modelica.compiler.ConstArrayIterator< T >.elems [protected] |
int org.jmodelica.modelica.compiler.ConstArrayIterator< T >.i [protected] |
1.5.8