protected static interface EqualsMethod.NullValueGuard
null value.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | EqualsMethod.NullValueGuard.NoOpA non-operational null value guard. | 
| static class  | EqualsMethod.NullValueGuard.UsingJumpA null value guard that expects a reference type and that skips the comparison if both values are  nullbut returns if
 the invoked instance's field value isnullbut not the compared instance's value. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation | after()Returns a stack manipulation to apply after computing equality. | 
| StackManipulation | before()Returns a stack manipulation to apply before computing equality. | 
| int | getRequiredVariablePadding()Returns the required padding for the local variable array to apply this guard. | 
StackManipulation before()
StackManipulation after()
int getRequiredVariablePadding()
Copyright © 2014–2021. All rights reserved.