Class DefaultParameterValueStore

java.lang.Object
org.ocpsoft.rewrite.param.DefaultParameterValueStore
All Implemented Interfaces:
Iterable<Map.Entry<Parameter<?>,String>>, ParameterValueStore

public class DefaultParameterValueStore extends Object implements ParameterValueStore, Iterable<Map.Entry<Parameter<?>,String>>
Default implementation of ParameterValueStore
Author:
Lincoln Baxter, III