Returns the singleton instance of this class based on StandardComparisonStrategy. @return the singleton instance of this class based on StandardComparisonStrategy.
()
| 73 | * @return the singleton instance of this class based on {@link StandardComparisonStrategy}. |
| 74 | */ |
| 75 | public static Objects instance() { |
| 76 | return INSTANCE; |
| 77 | } |
| 78 | |
| 79 | @VisibleForTesting |
| 80 | Objects() { |
no outgoing calls