epoxy-adapter
/
com.airbnb.epoxy
/
IdUtils
Id
Utils
class
IdUtils
Content copied to clipboard
Utilities for generating 64-bit long IDs from types such as
CharSequence
.
Functions
Functions
hashLong64Bit
Link copied to clipboard
open fun
hashLong64Bit
(value:
Long
):
Long
Content copied to clipboard
Hash a long into 64 bits instead of the normal 32.
hashString64Bit
Link copied to clipboard
open fun
hashString64Bit
(
@
Nullable
()
str:
CharSequence
):
Long
Content copied to clipboard
Hash a string into 64 bits instead of the normal 32.