Package hydra.core

Class IntegerValue.Uint32

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    IntegerValue

    public static final class IntegerValue.Uint32
    extends IntegerValue
    implements java.io.Serializable
    A 32-bit unsigned integer value (unsigned int)
    See Also:
    Serialized Form
    • Field Detail

      • value

        public final java.lang.Long value
    • Constructor Detail

      • Uint32

        public Uint32​(java.lang.Long value)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object