| Constructor and Description | 
|---|
| XXHash32()Creates an XXHash32 instance with a seed of 0. | 
| XXHash32(int seed)Creates an XXHash32 instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getValue() | 
| void | reset() | 
| void | update(byte[] b,
      int off,
      int len) | 
| void | update(int b) | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.