ByteArrayKey
Represents a key based on a byte array. This class is primarily designed to be used as a key in collections such as Maps due to the proper implementation of equals and hashCode methods based on the byte array's content.
Parameters
bytes
The byte array that forms the basis of the key.