Class MethodList.Empty<S extends MethodDescription>

Type Parameters:
S - The type of parameter descriptions represented by this list.
All Implemented Interfaces:
Iterable<S>, Collection<S>, List<S>, MethodList<S>, FilterableList<S,MethodList<S>>
Enclosing interface:
MethodList<T extends MethodDescription>

public static class MethodList.Empty<S extends MethodDescription> extends FilterableList.Empty<S,MethodList<S>> implements MethodList<S>
An implementation of an empty method list.