FileDocCategorySizeDatePackage
FieldList.javaAPI DocAndroid 5.1 API1400Thu Mar 12 22:18:30 GMT 2015com.android.dx.cf.iface

FieldList

public interface FieldList
Interface for lists of fields.

Fields Summary
Constructors Summary
Methods Summary
public Fieldget(int n)
Get the {@code n}th field.

param
n {@code n >= 0, n < size();} which field
return
{@code non-null;} the field in question

public booleanisMutable()
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.

return
{@code true} iff this instance is somehow mutable

public intsize()
Get the number of fields in the list.

return
the size