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 classLittleEndianByteArray.JavaLittleEndianBytesFallback implementation for when Unsafe is not available in our current environment.private static classLittleEndianByteArray.UnsafeByteArrayThe 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.LittleEndianBytesLittleEndianByteArray. byteArrayThe instance that actually does the work; delegates to Unsafe or a pure-Java fallback.
-