|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.PhpMap
public abstract class PhpMap
Maps php iterator to java iterator.
| Method Summary | |
|---|---|
abstract java.lang.Object |
currentData()
Returns the object at the current position. |
abstract java.lang.Object |
currentKey()
Returns the key at the current position. |
static PhpMap |
getPhpMap(java.lang.Object value,
JavaBridge bridge)
Returns a PhpMap for a given value. |
boolean |
getType()
Returns the key type. |
abstract boolean |
hasMore()
Checks if it is possible to advance one element |
abstract boolean |
moveForward()
Forward one element. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract java.lang.Object currentData()
public abstract java.lang.Object currentKey()
public abstract boolean moveForward()
public abstract boolean hasMore()
public boolean getType()
public static PhpMap getPhpMap(java.lang.Object value,
JavaBridge bridge)
value - The value, must be an array or implement Map or Collectionbridge - The bridge instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||