isNull = true @return #isNull(boolean)
()
| 34 | * @return {@link #isNull(boolean)} |
| 35 | */ |
| 36 | public static String isNull() { |
| 37 | return isNull(true); |
| 38 | } |
| 39 | /** |
| 40 | * @param isNull |
| 41 | * @return {@link #IS} + (isNull ? "" : {@link #NOT}) + {@link #NULL}; |
no outgoing calls
no test coverage detected