()
| 351 | } |
| 352 | |
| 353 | public boolean isSortMatchesAlphabetically() { |
| 354 | return sortMatchesAlphabetically; |
| 355 | } |
| 356 | |
| 357 | public void setSortMatchesAlphabetically(boolean value) { |
| 358 | if (this.sortMatchesAlphabetically == value) return; |
no outgoing calls
no test coverage detected