org.mycore.frontend.redundancy
Interface MCRRedundancyFormattable<T>

All Known Implementing Classes:
MCRRedundancyAbstractMapGenerator.DefaultCompareStringFormatter

public interface MCRRedundancyFormattable<T>

The MCRRedundancyFormattable interface could be used to perform custom object formatting.

Author:
Matthias Eichner

Method Summary
 T format(T stringToFormat)
           
 

Method Detail

format

T format(T stringToFormat)