Class BurtleHasherABC


  • public class BurtleHasherABC
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long a  
      long b  
      long c  
    • Constructor Summary

      Constructors 
      Constructor Description
      BurtleHasherABC​(long a, long b, long c)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • a

        public long a
      • b

        public long b
      • c

        public long c
    • Constructor Detail

      • BurtleHasherABC

        public BurtleHasherABC​(long a,
                               long b,
                               long c)