public final class ConstructorList extends MemberList<ConstructorInfo>
| Constructor and Description |
|---|
ConstructorList(ConstructorInfo... elements) |
ConstructorList(ConstructorInfo[] elements,
int offset,
int length) |
ConstructorList(java.util.List<? extends ConstructorInfo> elements) |
| Modifier and Type | Method and Description |
|---|---|
static ConstructorList |
empty() |
ConstructorList |
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 ConstructorList(java.util.List<? extends ConstructorInfo> elements)
public ConstructorList(ConstructorInfo... elements)
public ConstructorList(ConstructorInfo[] elements, int offset, int length)
public static ConstructorList empty()
@NotNull public ConstructorList subList(int fromIndex, int toIndex)
subList in interface java.util.List<ConstructorInfo>subList in class MemberList<ConstructorInfo>