public class IteratorDelegate extends java.lang.Object implements TraversableDelegate
Iterator
interface.Modifier and Type | Class and Description |
---|---|
static class |
IteratorDelegate.EntryImpl |
static class |
IteratorDelegate.EntryIterator<T> |
static class |
IteratorDelegate.KeyIterator<T> |
static class |
IteratorDelegate.ValueIterator<T> |
Constructor and Description |
---|
IteratorDelegate() |
Modifier and Type | Method and Description |
---|---|
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.
|
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