Class EqualsMethod.NullValueGuard.UsingJump

  • All Implemented Interfaces:
    EqualsMethod.NullValueGuard
    Enclosing interface:
    EqualsMethod.NullValueGuard

    public static class EqualsMethod.NullValueGuard.UsingJump
    extends java.lang.Object
    implements EqualsMethod.NullValueGuard
    A null value guard that expects a reference type and that skips the comparison if both values are null but returns if the invoked instance's field value is null but not the compared instance's value.