Enum Class UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator

java.lang.Object
java.lang.Enum<UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator>
com.google.common.primitives.UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator
All Implemented Interfaces:
Serializable, Comparable<UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator>, Constable, Comparator<byte[]>
Enclosing class:
UnsignedBytes.LexicographicalComparatorHolder

static enum UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator extends Enum<UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator> implements Comparator<byte[]>
  • Enum Constant Details

  • Field Details

    • BIG_ENDIAN

      static final boolean BIG_ENDIAN
    • theUnsafe

      static final sun.misc.Unsafe theUnsafe
    • BYTE_ARRAY_BASE_OFFSET

      static final int BYTE_ARRAY_BASE_OFFSET
      The offset to the first element in a byte array.
  • Constructor Details

    • UnsafeComparator

      private UnsafeComparator()
  • Method Details