Interface HashCodeMethod.NullValueGuard

    • Method Detail

      • before

        StackManipulation before()
        Returns a stack manipulation to apply before computing a hash value.
        Returns:
        A stack manipulation to apply before computing a hash value.
      • after

        StackManipulation after()
        Returns a stack manipulation to apply after computing a hash value.
        Returns:
        A stack manipulation to apply after computing a hash value.
      • getRequiredVariablePadding

        int getRequiredVariablePadding()
        Returns the required padding for the local variable array to apply this guard.
        Returns:
        The required padding for the local variable array to apply this guard.