Class DelegatedValueMap

java.lang.Object
me.datafox.dfxengine.values.DelegatedValueMap
All Implemented Interfaces:
Map<Handle,Value>, HandleMap<Value>, ValueMap

public class DelegatedValueMap extends Object implements ValueMap
An implementation of ValueMap that can be backed with any implementation of HandleMap. Includes a DelegatedValueMap.Builder for easy instantiation.