Package org.conscrypt
Class ByteArray
- java.lang.Object
-
- org.conscrypt.ByteArray
-
final class ByteArray extends java.lang.Object
Byte array wrapper for hashtable use. Implements equals() and hashCode().
-
-
Constructor Summary
Constructors Constructor Description ByteArray(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-