public static class IteratorDelegate.EntryIterator<T> extends AbstractIteratorImpl<java.util.Map.Entry<Value,Value>>
_env, _obj, _qClass
Constructor and Description |
---|
EntryIterator(Env env,
ObjectValue obj) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map.Entry<Value,Value> |
getCurrent() |
getCurrentKey, getCurrentValue, hasNext, next, remove
public EntryIterator(Env env, ObjectValue obj)
protected java.util.Map.Entry<Value,Value> getCurrent()
getCurrent
in class AbstractIteratorImpl<java.util.Map.Entry<Value,Value>>