Package 

Class JenkinsHash

  • All Implemented Interfaces:

    
    public final class JenkinsHash
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class JenkinsHash.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Long a
      private Long b
      private Long c
    • Constructor Summary

      Constructors 
      Constructor Description
      JenkinsHash()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Long getA()
      final Unit setA(Long a)
      final Long getB()
      final Unit setB(Long b)
      final Long getC()
      final Unit setC(Long c)
      final Long hash(ByteArray buffer, Long initialValue) See hash(byte[] buffer, long initialValue)
      final Long hash(ByteArray buffer) See hash(byte[] buffer, long initialValue)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait