|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeMap<Val>
A mapping of nodes to values.
Method Summary | |
---|---|
Val |
put(Node v,
Val newVal)
Set the value of a node |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.FixedNodeMap |
---|
get |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.InitializableWithDefaultValue |
---|
init |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.Initializable |
---|
init |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.Clearable |
---|
clear |
Method Detail |
---|
Val put(Node v, Val newVal)
v
- the node for which the value shall be setnewVal
- the new value of the node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |