public static class GenericTypeList.Empty extends FilterableList.Empty<GenericTypeDescription,GenericTypeList> implements GenericTypeList
GenericTypeList.AbstractBase, GenericTypeList.Empty, GenericTypeList.Explicit, GenericTypeList.ForDetachedTypes, GenericTypeList.ForLoadedType, GenericTypeList.OfConstructorExceptionTypes, GenericTypeList.OfLoadedInterfaceTypes, GenericTypeList.OfMethodExceptionTypesmodCount| Constructor and Description |
|---|
Empty() |
| Modifier and Type | Method and Description |
|---|---|
GenericTypeList |
accept(GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
Transforms the generic types by applying the supplied visitor to each of them.
|
TypeList |
asErasures()
Returns a list of the generic types' erasures.
|
int |
getStackSize()
Returns the sum of the size of all types contained in this list.
|
filter, get, getOnly, size, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilter, getOnly, subListadd, 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, toArrayparallelStream, removeIf, streampublic TypeList asErasures()
GenericTypeListasErasures in interface GenericTypeListpublic GenericTypeList accept(GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
GenericTypeListaccept in interface GenericTypeListvisitor - The visitor to apply to each type.public int getStackSize()
GenericTypeListgetStackSize in interface GenericTypeListCopyright © 2014–2015. All rights reserved.