FieldListpublic interface FieldList Interface for lists of fields. |
Methods Summary |
---|
public Field | get(int n)Get the {@code n}th field.
| public boolean | isMutable()Get whether this instance is mutable. Note that the
{@code FieldList} interface itself doesn't provide any means
of mutation, but that doesn't mean that there isn't a non-interface
way of mutating an instance.
| public int | size()Get the number of fields in the list.
|
|