|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.lib.spl.IteratorAggregateDelegate
public class IteratorAggregateDelegate
A delegate that intercepts requests for iterator's and delegates
them to the iterator returned by IteratorAggregate@getIterator()
| Constructor Summary | |
|---|---|
IteratorAggregateDelegate()
|
|
| Method Summary | |
|---|---|
java.util.Iterator<java.util.Map.Entry<Value,Value>> |
getIterator(Env env,
ObjectValue qThis)
Returns an iterator over the object's <key,value> entries. |
java.util.Iterator<Value> |
getKeyIterator(Env env,
ObjectValue qThis)
Returns an iterator over the object's keys |
java.util.Iterator<Value> |
getValueIterator(Env env,
ObjectValue qThis)
Returns an iterator over the object's values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorAggregateDelegate()
| Method Detail |
|---|
public java.util.Iterator<java.util.Map.Entry<Value,Value>> getIterator(Env env,
ObjectValue qThis)
TraversableDelegate
getIterator in interface TraversableDelegate
public java.util.Iterator<Value> getKeyIterator(Env env,
ObjectValue qThis)
TraversableDelegate
getKeyIterator in interface TraversableDelegate
public java.util.Iterator<Value> getValueIterator(Env env,
ObjectValue qThis)
TraversableDelegate
getValueIterator in interface TraversableDelegate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||