Class PayeePubKey


  • public class PayeePubKey
    extends Object
    Payee public key
    • Method Detail

      • hash

        public long hash()
        Checks if two PayeePubKeys contain equal inner contents.
      • eq

        public boolean eq​(PayeePubKey b)
        Checks if two PayeePubKeys contain equal inner contents. This ignores pointers and is_owned flags and looks at the values in fields. Two objects with NULL inner values will be considered "equal" here.