Class IntegerDistanceCalculator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double calculate​(java.lang.Integer object, java.lang.Integer other)  
      • Methods inherited from class java.lang.Object

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

      • IntegerDistanceCalculator

        public IntegerDistanceCalculator()
    • Method Detail

      • calculate

        public double calculate​(java.lang.Integer object,
                                java.lang.Integer other)
        Specified by:
        calculate in interface IObjectDistanceCalculator<java.lang.Integer>