FileDocCategorySizeDatePackage
MethodList.javaAPI DocAndroid 1.5 API1426Wed May 06 22:41:02 BST 2009com.android.dx.cf.iface

MethodList

public interface MethodList
Interface for lists of methods.

Fields Summary
Constructors Summary
Methods Summary
public Methodget(int n)
Get the nth method.

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

public booleanisMutable()
Get whether this instance is mutable. Note that the MethodList 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 methods in the list.

return
the size