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