Package org.mycore.frontend.redundancy

Interface Summary
MCRRedundancyFormattable<T> The MCRRedundancyFormattable interface could be used to perform custom object formatting.
 

Class Summary
MCRRedundancyAbstractMapGenerator Abstract class for creating a redundancy map.
MCRRedundancyDefaultMapGenerator The default redundancy map generator compares all objects of a type with each other.
MCRRedundancyFastMapGenerator This implementation does a fast compare to create the redundancy map.
MCRRedundancyObject A redundancy object is defined by an id and a map of compare criterias.
MCRRedundancyTypeData Data holder class for a redundancy object type.
MCRRedundancyUtil