|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VarMap<K,V>
Represents a PHP variable map
Method Summary | |
---|---|
V |
get(K key)
Gets a value. |
void |
put(K key,
V value)
Sets the value |
V |
remove(K key)
Remove a value. |
Method Detail |
---|
void put(K key, V value)
V get(K key)
V remove(K key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |