public static class ParameterList.Empty extends FilterableList.Empty<ParameterDescription,ParameterList> implements ParameterList
ParameterList.AbstractBase, ParameterList.Empty, ParameterList.Explicit, ParameterList.ForLoadedExecutable
modCount
Constructor and Description |
---|
Empty() |
Modifier and Type | Method and Description |
---|---|
TypeList |
asTypeList()
Transforms the list of parameters into a list of type descriptions.
|
boolean |
hasExplicitMetaData()
Checks if all parameters in this list define both an explicit name and an explicit modifier.
|
filter, get, getOnly, size, subList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
filter, getOnly, subList
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public boolean hasExplicitMetaData()
ParameterList
hasExplicitMetaData
in interface ParameterList
true
if all parameters in this list define both an explicit name and an explicit modifier.public TypeList asTypeList()
ParameterList
asTypeList
in interface ParameterList
Copyright © 2014–2015. All rights reserved.