Package org.conscrypt

Class ByteArray

java.lang.Object
org.conscrypt.ByteArray

final class ByteArray extends Object
Byte array wrapper for hashtable use. Implements equals() and hashCode().
  • Field Details

    • bytes

      private final byte[] bytes
    • hashCode

      private final int hashCode
  • Constructor Details

    • ByteArray

      ByteArray(byte[] bytes)
  • Method Details