()
| 108 | * casting the type parameter is safe. |
| 109 | */ |
| 110 | @SuppressWarnings("unchecked") |
| 111 | static <C extends Comparable> Cut<C> belowAll() { |
| 112 | return (Cut<C>) BelowAll.INSTANCE; |
| 113 | } |
| 114 | |
| 115 | private static final long serialVersionUID = 0; |
| 116 |
no outgoing calls
no test coverage detected