Package org.infinispan.commons.hash

Examples of org.infinispan.commons.hash.MurmurHash2Compat


   public void testMurmurHash2Consistency() {
      testHashConsistency(new MurmurHash2());
   }

   public void testMurmurHash2CompatConsistency() {
      testHashConsistency(new MurmurHash2Compat());
   }
View Full Code Here


   public void testMurmurHash2Consistency() {
      testHashConsistency(new MurmurHash2());
   }

   public void testMurmurHash2CompatConsistency() {
      testHashConsistency(new MurmurHash2Compat());
   }
View Full Code Here

TOP

Related Classes of org.infinispan.commons.hash.MurmurHash2Compat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.