public final class MethodList extends MemberList<MethodInfo>
| Constructor and Description |
|---|
MethodList(java.util.List<? extends MethodInfo> elements) |
MethodList(MethodInfo... elements) |
MethodList(MethodInfo[] elements,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
static MethodList |
combine(MethodList first,
MethodList second) |
static MethodList |
empty() |
MethodList |
subList(int fromIndex,
int toIndex) |
combineadd, add, addAll, addAll, clear, contains, containsAll, containsAll, emptyList, equals, get, getElements, getOffset, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, newInstance, remove, remove, removeAll, retainAll, set, size, subListRangeCheck, toArray, toArray, toStringpublic MethodList(java.util.List<? extends MethodInfo> elements)
public MethodList(MethodInfo... elements)
public MethodList(MethodInfo[] elements, int offset, int length)
public static MethodList empty()
public static MethodList combine(MethodList first, MethodList second)
@NotNull public MethodList subList(int fromIndex, int toIndex)
subList in interface java.util.List<MethodInfo>subList in class MemberList<MethodInfo>