FileDocCategorySizeDatePackage
FieldList.javaAPI DocAndroid 1.5 API1418Wed May 06 22:41:02 BST 2009com.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 nth field.

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

public booleanisMutable()
Get whether this instance is mutable. Note that the 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
true iff this instance is somehow mutable

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

return
the size