Class MethodList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Method>, Collection<Method>, List<Method>, RandomAccess

public class MethodList extends ArrayList<Method>
A simple list of Method objects.
See Also:
  • Constructor Details

  • Method Details

    • of

      public static MethodList of(Collection<Method> methods)
      Creator.
      Parameters:
      methods - The methods to add to this list.
      Returns:
      A new list of methods.