Class CanonizerUtil.StrongHasher

  • Enclosing class:
    CanonizerUtil

    public static class CanonizerUtil.StrongHasher
    extends java.lang.Object
    64 bit hash, derived from numerical recipes Will move this class later to dd_core.
    • Constructor Summary

      Constructors 
      Constructor Description
      StrongHasher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long hash​(java.lang.String cs)  
      • Methods inherited from class java.lang.Object

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

      • StrongHasher

        public StrongHasher()
    • Method Detail

      • hash

        public static long hash​(java.lang.String cs)