MethodListpublic interface MethodList Interface for lists of methods. |
Methods Summary |
---|
public Method | get(int n)Get the {@code n}th method.
| public boolean | isMutable()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.
| public int | size()Get the number of methods in the list.
|
|