net.sourceforge.combean.interfaces.graph.containers
Interface FixedNodeMap<Val>

Package class diagram package FixedNodeMap
All Known Subinterfaces:
NodeMap<Val>
All Known Implementing Classes:
ArrayNodeMap, MapAsNodeMap

public interface FixedNodeMap<Val>

An immutable mapping of nodes to values


Method Summary
 Val get(Node v)
          Get the value of a node
 

Method Detail

get

Val get(Node v)
Get the value of a node

Parameters:
v - the node for which the value shall be retrieved
Returns:
the value of the node (null if no value has been set)