Uses of Interface
com.google.common.hash.LittleEndianByteArray.LittleEndianBytes
-
Packages that use LittleEndianByteArray.LittleEndianBytes Package Description com.google.common.hash Hash functions and related structures. -
-
Uses of LittleEndianByteArray.LittleEndianBytes in com.google.common.hash
Classes in com.google.common.hash that implement LittleEndianByteArray.LittleEndianBytes Modifier and Type Class 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.Fields in com.google.common.hash declared as LittleEndianByteArray.LittleEndianBytes Modifier and Type Field Description private static LittleEndianByteArray.LittleEndianBytes
LittleEndianByteArray. byteArray
The instance that actually does the work; delegates to Unsafe or a pure-Java fallback.
-