|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.lib.spl.AbstractIteratorImpl<T>
public abstract class AbstractIteratorImpl<T>
| Field Summary | |
|---|---|
protected Env |
_env
|
protected ObjectValue |
_obj
|
protected QuercusClass |
_qClass
|
| Constructor Summary | |
|---|---|
AbstractIteratorImpl(Env env,
ObjectValue obj)
|
|
| Method Summary | |
|---|---|
protected abstract T |
getCurrent()
|
protected Value |
getCurrentKey()
|
protected Value |
getCurrentValue()
|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Env _env
protected final ObjectValue _obj
protected final QuercusClass _qClass
| Constructor Detail |
|---|
public AbstractIteratorImpl(Env env,
ObjectValue obj)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public T next()
next in interface java.util.Iterator<T>protected abstract T getCurrent()
protected Value getCurrentKey()
protected Value getCurrentValue()
public void remove()
remove in interface java.util.Iterator<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||