(DiscreteDomain<C> domain)
| 443 | } |
| 444 | |
| 445 | @Override |
| 446 | Cut<C> canonical(DiscreteDomain<C> domain) { |
| 447 | C next = leastValueAbove(domain); |
| 448 | return (next != null) ? belowValue(next) : Cut.<C>aboveAll(); |
| 449 | } |
| 450 | |
| 451 | @Override |
| 452 | public int hashCode() { |
nothing calls this directly
no test coverage detected