|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldList
Interface for lists of fields.
| Method Summary | |
|---|---|
Field |
get(int n)
Get the nth field. |
boolean |
isMutable()
Get whether this instance is mutable. |
int |
size()
Get the number of fields in the list. |
| Method Detail |
|---|
boolean isMutable()
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.
true iff this instance is somehow mutableint size()
Field get(int n)
nth field.
n - n >= 0, n < size(); which field
non-null; the field in question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||