The Ion null value, also known as null.null . WARNING: This interface should not be implemented or extended by code outside of this library. Because this value is always null, there's no interesting functionality beyond what's defined by IonValue.
| 25 | * beyond what's defined by {@link IonValue}. |
| 26 | */ |
| 27 | public interface IonNull |
| 28 | extends IonValue |
| 29 | { |
| 30 | public IonNull clone() |
| 31 | throws UnknownSymbolException; |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…