| Package | Description |
|---|---|
| com.tomgibara.crinch.hashing | Hashing utilities and interfaces for generating and managing hash values. |
| Modifier and Type | Field and Description |
|---|---|
static HashRange | HashRange.FULL_INT_RANGEFull int range from Integer.MIN_VALUE to Integer.MAX_VALUE |
static HashRange | HashRange.FULL_LONG_RANGEFull long range from Long.MIN_VALUE to Long.MAX_VALUE |
static HashRange | HashRange.POSITIVE_INT_RANGEPositive int range from 1 to Integer.MAX_VALUE |
static HashRange | HashRange.POSITIVE_LONG_RANGEPositive long range from 1 to Long.MAX_VALUE |
| Modifier and Type | Method and Description |
|---|---|
HashRange | PerfectStringHash.getRange() |
HashRange | Hash.getRange()Returns the hash range for this hash function. |
HashRange | HashRange.zeroBased() |