Index: TECH/ArrayIterator.cls.xml =================================================================== diff -u --- TECH/ArrayIterator.cls.xml (revision 0) +++ TECH/ArrayIterator.cls.xml (revision 1751) @@ -0,0 +1,64 @@ + + + +1 +Iterator,%RegisteredObject +0 + + +%String +1 +1 + + + +%String +1 + + + + +Returns true if the iteration has more elements. +%Boolean + + + + + +1 +1 +%Status + + + + + +Returns the next element in the iteration. +Only returns a valid element if HasNext() returns true +Causes an error if HasNext() returns false +%CacheString + + + + + + + + +%String + + + +