Class ParameterValueList

All Implemented Interfaces:
Iterable<ParameterValue>, Collection<ParameterValue>, List<ParameterValue>

public class ParameterValueList extends AbstractSequentialList<ParameterValue>
Stores a collection of ParameterValue indexed on Parameter

it works like a LinkedHashMap<Parameter, LinkedList<ParameterValue>>

it also works like a LinkedList<ParameterValue;>

Not thread safe