- java.lang.Object
-
- jodd.crypt.MurmurHash3.HashValue
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
long |
val1 |
long |
val2 |
-
Constructor Summary
Constructors
Constructor and Description |
HashValue(long val1,
long val2) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Field Detail
-
val1
public final long val1
-
val2
public final long val2
Copyright © 2003-present Jodd Team