001 package railo.runtime.type; 002 003 public interface ForEachIteratorable { 004 public java.util.Iterator<?> getIterator(); 005 }