Class ByteArrayKey

java.lang.Object
com.linkedin.davinci.utils.ByteArrayKey
All Implemented Interfaces:
Comparable<ByteArrayKey>

public class ByteArrayKey extends Object implements Comparable<ByteArrayKey>
A low overhead immutable container of byte[] suitable for use as a map key.
  • Constructor Details

    • ByteArrayKey

      public ByteArrayKey(byte[] content)
  • Method Details