Gets the value of a field in this struct. If the field name appears more than once, one of the fields will be selected arbitrarily. For example, calling get("a") on the struct: { a:1, b:2, a:3 } will return either 1 or 3. @param fieldName the desired field. @return th
(String fieldName)
| 96 | * is <code>null</code>. |
| 97 | */ |
| 98 | public IonValue get(String fieldName); |
| 99 | |
| 100 | |
| 101 | /** |
no outgoing calls