Removes a field by name, returning a value that was previously associated with the field, or null if this struct contained no such field. Because Ion structs may have repeated fields, additional fields with the given name may still exist after this method returns. If this struct is a
(String fieldName)
| 245 | * {@code null} if there was no such field. |
| 246 | */ |
| 247 | public IonValue remove(String fieldName); |
| 248 | |
| 249 | |
| 250 | /** |
no outgoing calls