Class DeduplicableRegistry.DeduplicableMap<T extends Deduplicable>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DeduplicableMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T deduplicate​(T object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeduplicableMap

        protected DeduplicableMap()
    • Method Detail

      • deduplicate

        public T deduplicate​(T object)