Package com.strobel.reflection
Class ConstructorList
- All Implemented Interfaces:
IReadOnlyList<ConstructorInfo>,Iterable<ConstructorInfo>,Collection<ConstructorInfo>,List<ConstructorInfo>,RandomAccess,SequencedCollection<ConstructorInfo>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructorList(ConstructorInfo... elements) ConstructorList(ConstructorInfo[] elements, int offset, int length) ConstructorList(List<? extends ConstructorInfo> elements) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConstructorListempty()subList(int fromIndex, int toIndex) Methods inherited from class com.strobel.reflection.MemberList
combine, getMemberTypeMethods 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Field Details
-
EMPTY
-
-
Constructor Details
-
ConstructorList
-
ConstructorList
-
ConstructorList
-
-
Method Details
-
empty
-
subList
- Specified by:
subListin interfaceList<ConstructorInfo>- Overrides:
subListin classMemberList<ConstructorInfo>
-