Package | Description |
---|---|
com.google.common.hash |
Hash functions and related structures.
|
Modifier and Type | Class and Description |
---|---|
private static class |
LittleEndianByteArray.JavaLittleEndianBytes
Fallback implementation for when Unsafe is not available in our current environment.
|
private static class |
LittleEndianByteArray.UnsafeByteArray
The only reference to Unsafe is in this nested class.
|
Modifier and Type | Field and Description |
---|---|
private static LittleEndianByteArray.LittleEndianBytes |
LittleEndianByteArray.byteArray
The instance that actually does the work; delegates to Unsafe or a pure-Java fallback.
|