toggle menu
KAHelpers
androidJvm
switch theme
search in API
bytearray
/
dev.funkymuse.bytearray
/
ComparableByteArray
Comparable
Byte
Array
open
class
ComparableByteArray
(
val
bytes
:
ByteArray
)
A
ByteArray
which implements
Object.equals
and
Object.hashCode
Members
Constructors
Comparable
Byte
Array
Link copied to clipboard
constructor
(
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int