()
| 117 | */ |
| 118 | |
| 119 | @SuppressWarnings("unchecked") |
| 120 | static <C extends Comparable> Cut<C> belowAll() { |
| 121 | return (Cut<C>) BelowAll.INSTANCE; |
| 122 | } |
| 123 | |
| 124 | private static final long serialVersionUID = 0; |
| 125 | private static final class BelowAll extends Cut<Comparable<?>> { |
no outgoing calls
no test coverage detected