Return all fields in this structure (ordered). This represents the layout of the structure, and will be shared among Structures of the same class except when the Structure can have a variable size. NOTE: #ensureAllocated() must be called prior to calling this method. @return {@link
()
| 230 | * @return {@link Map} of field names to field representations. |
| 231 | */ |
| 232 | Map<String, StructField> fields() { |
| 233 | return structFields; |
| 234 | } |
| 235 | |
| 236 | /** |
| 237 | * @return the type mapper in effect for this Structure. |
no outgoing calls