Class WrappingSolutionMappingsIndex

java.lang.Object
se.liu.ida.hefquin.base.datastructures.impl.WrappingSolutionMappingsIndex
All Implemented Interfaces:
Iterable<SolutionMapping>, Collection<SolutionMapping>, SolutionMappingsIndex, StatsProvider
Direct Known Subclasses:
SolutionMappingsIndexForMixedUsage, SolutionMappingsIndexWithPostMatching

public class WrappingSolutionMappingsIndex extends Object implements SolutionMappingsIndex
Base class for implementations of SolutionMappingsIndex that wrap another SolutionMappingsIndex. This base class simply forwards all method calls to the wrapped index. Subclasses may override this behavior for selected methods.