org.apache.cocoon.el.impl.jexl
Class JSIntrospector.NativeArrayIterator

java.lang.Object
  extended byorg.apache.cocoon.el.impl.jexl.JSIntrospector.NativeArrayIterator
All Implemented Interfaces:
Iterator
Enclosing class:
JSIntrospector

public static class JSIntrospector.NativeArrayIterator
extends Object
implements Iterator


Constructor Summary
JSIntrospector.NativeArrayIterator(org.mozilla.javascript.NativeArray arr)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSIntrospector.NativeArrayIterator

public JSIntrospector.NativeArrayIterator(org.mozilla.javascript.NativeArray arr)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.