Uses of Interface
com.google.common.hash.LittleEndianByteArray.LittleEndianBytes
Packages that use LittleEndianByteArray.LittleEndianBytes
-
Uses of LittleEndianByteArray.LittleEndianBytes in com.google.common.hash
Classes in com.google.common.hash that implement LittleEndianByteArray.LittleEndianBytesModifier and TypeClassDescriptionprivate static enum
Fallback implementation for when Unsafe is not available in our current environment.private static enum
The only reference to Unsafe is in this nested class.Fields in com.google.common.hash declared as LittleEndianByteArray.LittleEndianBytesModifier and TypeFieldDescriptionprivate static final LittleEndianByteArray.LittleEndianBytes
LittleEndianByteArray.byteArray
The instance that actually does the work; delegates to Unsafe or a pure-Java fallback.