Package com.strobel.reflection
Class ConstructorList
- java.lang.Object
-
- com.strobel.core.ReadOnlyList<T>
-
- com.strobel.reflection.MemberList<ConstructorInfo>
-
- com.strobel.reflection.ConstructorList
-
- All Implemented Interfaces:
IReadOnlyList<ConstructorInfo>,java.lang.Iterable<ConstructorInfo>,java.util.Collection<ConstructorInfo>,java.util.List<ConstructorInfo>,java.util.RandomAccess
public final class ConstructorList extends MemberList<ConstructorInfo>
-
-
Field Summary
Fields Modifier and Type Field Description private static ConstructorListEMPTY
-
Constructor Summary
Constructors Constructor Description ConstructorList(ConstructorInfo... elements)ConstructorList(ConstructorInfo[] elements, int offset, int length)ConstructorList(java.util.List<? extends ConstructorInfo> elements)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConstructorListempty()ConstructorListsubList(int fromIndex, int toIndex)-
Methods inherited from class com.strobel.reflection.MemberList
combine, getMemberType
-
Methods inherited from class com.strobel.core.ReadOnlyList
add, 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, toString
-
-
-
-
Field Detail
-
EMPTY
private static final ConstructorList EMPTY
-
-
Constructor Detail
-
ConstructorList
public ConstructorList(java.util.List<? extends ConstructorInfo> elements)
-
ConstructorList
public ConstructorList(ConstructorInfo... elements)
-
ConstructorList
public ConstructorList(ConstructorInfo[] elements, int offset, int length)
-
-
Method Detail
-
empty
public static ConstructorList empty()
-
subList
@NotNull public ConstructorList subList(int fromIndex, int toIndex)
- Specified by:
subListin interfacejava.util.List<ConstructorInfo>- Overrides:
subListin classMemberList<ConstructorInfo>
-
-