()
| 113 | * casting the type parameter is safe. |
| 114 | */ |
| 115 | @SuppressWarnings("unchecked") |
| 116 | static <C extends Comparable> Cut<C> belowAll() { |
| 117 | return (Cut<C>) BelowAll.INSTANCE; |
| 118 | } |
| 119 | |
| 120 | @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0; |
| 121 |
no outgoing calls
no test coverage detected