Interface ValueMap

All Superinterfaces:
HandleMap<Value>, Map<Handle,Value>
All Known Implementing Classes:
DelegatedValueMap

public interface ValueMap extends HandleMap<Value>
An extension of HandleMap for storing and manipulating multiple Values simultaneously. A value map may only contain either only mutable Values or only immutable Values. A value map may not contain static Values.