Package | Description |
---|---|
com.caucho.quercus.env |
Modifier and Type | Method and Description |
---|---|
protected ArrayValue.Entry |
ArrayValue.getCurrent() |
protected ArrayValue.Entry[] |
ArrayValueImpl.getEntries() |
ArrayValue.Entry |
CopyArrayValue.getHead() |
ArrayValue.Entry |
ArrayValueWrapper.getHead()
Returns the head.
|
ArrayValue.Entry |
JavaAdapter.getHead()
Returns the head.
|
ArrayValue.Entry |
ArrayValueImpl.getHead() |
abstract ArrayValue.Entry |
ArrayValue.getHead()
Returns the head.
|
ArrayValue.Entry |
ArrayValue.Entry.getNext() |
ArrayValue.Entry |
ArrayValue.Entry.getNextHash() |
ArrayValue.Entry |
ArrayValue.Entry.getPrev() |
protected ArrayValue.Entry |
CopyArrayValue.getTail() |
protected ArrayValue.Entry |
ArrayValueWrapper.getTail()
Returns the tail.
|
protected ArrayValue.Entry |
JavaAdapter.getTail()
Returns the tail.
|
protected ArrayValue.Entry |
ArrayValueImpl.getTail() |
protected abstract ArrayValue.Entry |
ArrayValue.getTail()
Returns the tail.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ArrayValue.setCurrent(ArrayValue.Entry entry) |
void |
ArrayValue.Entry.setNext(ArrayValue.Entry next) |
void |
ArrayValue.Entry.setNextHash(ArrayValue.Entry next) |
void |
ArrayValue.Entry.setPrev(ArrayValue.Entry prev) |
Constructor and Description |
---|
Entry(ArrayValue.Entry entry) |