railo.runtime.type
Interface Iteratorable
- All Known Subinterfaces:
- Application, Argument, Array, Caller, CGI, Client, Cluster, Collection, Component, Cookie, Form, Local, Query, QueryColumn, QueryTable, Request, Scope, Server, Session, Struct, Threads, Undefined, URL, URLForm, Variables
- public interface Iteratorable
interface that define that in a class a iterator is aviable
keyIterator
public java.util.Iterator keyIterator()
- Returns:
- return a Iterator for Keys as String
iterator
public java.util.Iterator iterator()
- Deprecated. use instead
keyIterator()
- Returns:
- return a Iterator for keys