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