1 TECH.RegisteredObject,TECH.Iterator right %AbstractList 1 %String 1 %String 1 %CacheString 1 %Boolean 1 List:%AbstractList 1 1 %Status Returns true if the iteration has more elements. %Boolean Returns the next element in the iteration if HasNext() returns true. Throws an exception if HasNext() returns false. %CacheString Returns the list key of the current object if Next() was called. Throws an exception if Next() wasn't called. %String Resets the iterator for re-iterating