Class ValueType.ReceiverIntoHashCode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int hashCode  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void add​(java.lang.Object value)  
      void add​(java.lang.String name, java.lang.Object value)  
      int get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hashCode

        private int hashCode
    • Constructor Detail

      • ReceiverIntoHashCode

        private ReceiverIntoHashCode()
    • Method Detail

      • add

        private void add​(java.lang.Object value)
      • add

        public void add​(java.lang.String name,
                        java.lang.Object value)
        Specified by:
        add in interface ValueType.FieldReceiver
      • get

        public int get()