|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.env.ChainedMap<K,V>
public class ChainedMap<K,V>
Represents a PHP chained map
| Constructor Summary | |
|---|---|
ChainedMap(VarMap<K,V> next)
|
|
ChainedMap(VarMap<K,V> next,
java.util.Map<K,V> map)
|
|
| Method Summary | |
|---|---|
V |
get(K key)
Gets a value. |
void |
put(K key,
V value)
Sets the value |
V |
remove(K key)
Remove the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChainedMap(VarMap<K,V> next,
java.util.Map<K,V> map)
public ChainedMap(VarMap<K,V> next)
| Method Detail |
|---|
public void put(K key,
V value)
put in interface VarMap<K,V>public V remove(K key)
remove in interface VarMap<K,V>public V get(K key)
get in interface VarMap<K,V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||