-
- All Implemented Interfaces:
public final class JenkinsHash
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJenkinsHash.Companion
-
Constructor Summary
Constructors Constructor Description JenkinsHash()
-
Method Summary
Modifier and Type Method Description final LonggetA()final UnitsetA(Long a)final LonggetB()final UnitsetB(Long b)final LonggetC()final UnitsetC(Long c)final Longhash(ByteArray buffer, Long initialValue)See hash(byte[] buffer, long initialValue) final Longhash(ByteArray buffer)See hash(byte[] buffer, long initialValue) -
-
Method Detail
-
hash
@JvmOverloads() final Long hash(ByteArray buffer, Long initialValue)
See hash(byte[] buffer, long initialValue)
- Parameters:
buffer- Byte array that we are hashing on.
-
hash
@JvmOverloads() final Long hash(ByteArray buffer)
See hash(byte[] buffer, long initialValue)
- Parameters:
buffer- Byte array that we are hashing on.
-
-
-
-