FileDocCategorySizeDatePackage
MethodList.javaAPI DocAndroid 5.1 API1408Thu Mar 12 22:18:30 GMT 2015com.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 {@code n}th method.

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

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

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

return
the size