Class DiffAlgorithms.Algorithm

  • Enclosing class:
    DiffAlgorithms

    private abstract static class DiffAlgorithms.Algorithm
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String name  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Algorithm()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract DiffAlgorithm create()  
      • Methods inherited from class java.lang.Object

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

      • name

        java.lang.String name
    • Constructor Detail

      • Algorithm

        private Algorithm()