/** @see railo.runtime.type.Iteratorable#keyIterator() */
 public Iterator keyIterator() {
   return component.iterator(access);
 }