Package com.strobel.reflection
Class ParameterList
- All Implemented Interfaces:
IReadOnlyList<ParameterInfo>
,Iterable<ParameterInfo>
,Collection<ParameterInfo>
,List<ParameterInfo>
,RandomAccess
,SequencedCollection<ParameterInfo>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParameterList
(ParameterInfo... elements) ParameterList
(ParameterInfo[] elements, int offset, int length) ParameterList
(List<ParameterInfo> elements) -
Method Summary
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, subList, 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
-
_parameterTypes
-
-
Constructor Details
-
ParameterList
-
ParameterList
-
ParameterList
-
-
Method Details
-
empty
-
getParameterTypes
-