Returns the singleton instance of this class based on StandardComparisonStrategy. @return the singleton instance of this class based on StandardComparisonStrategy.
()
| 89 | * @return the singleton instance of this class based on {@link StandardComparisonStrategy}. |
| 90 | */ |
| 91 | static Arrays instance() { |
| 92 | return INSTANCE; |
| 93 | } |
| 94 | |
| 95 | public Arrays() { |
| 96 | this(StandardComparisonStrategy.instance()); |
no outgoing calls
no test coverage detected