implicit final class ApsoHashingString extends AnyVal
Implicit class that provides new hashing methods for strings.
- Alphabetic
- By Inheritance
- ApsoHashingString
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ApsoHashingString(s: String)
- s
the string to which the new hashing methods are provided.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
md5: String
Returns the MD5 of this string.
Returns the MD5 of this string.
- returns
the MD5 of this string.
-
def
murmurHash: Long
Returns the MurmurHash3 of this string.
Returns the MurmurHash3 of this string.
- returns
the MurmurHash3 of this string.
- val s: String
-
def
toString(): String
- Definition Classes
- Any