An Ion list value. WARNING: This interface should not be implemented or extended by code outside of this library.
| 25 | * code outside of this library. |
| 26 | */ |
| 27 | public interface IonList |
| 28 | extends IonValue, IonSequence, Collection<IonValue> |
| 29 | { |
| 30 | public IonList clone() |
| 31 | throws UnknownSymbolException; |
| 32 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…