Class OverlayMap

java.lang.Object
java.util.AbstractMap
org.biojava.utils.OverlayMap
All Implemented Interfaces:
Map

public class OverlayMap extends AbstractMap

Overlap one map onto another. This allows you to have a map with local values and default values. The local and default values are provided by a child and parent map.

Author:
Thomas Down, Matthew Pocock