public static class GenericTypeList.ForLoadedType extends GenericTypeList.AbstractBase
GenericTypeList.AbstractBase, GenericTypeList.Empty, GenericTypeList.Explicit, GenericTypeList.ForDetachedTypes, GenericTypeList.ForLoadedType, GenericTypeList.OfConstructorExceptionTypes, GenericTypeList.OfLoadedInterfaceTypes, GenericTypeList.OfMethodExceptionTypesmodCount| Constructor and Description |
|---|
ForLoadedType(List<? extends Type> types)
Creates a list of loaded generic types.
|
ForLoadedType(Type... type)
Creates a list of loaded generic types.
|
| Modifier and Type | Method and Description |
|---|---|
GenericTypeDescription |
get(int index) |
int |
size() |
accept, asErasures, getStackSize, wrapfilter, getOnly, 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, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ForLoadedType(Type... type)
type - The loaded types this list represents.public GenericTypeDescription get(int index)
get in interface List<GenericTypeDescription>get in class AbstractList<GenericTypeDescription>public int size()
size in interface Collection<GenericTypeDescription>size in interface List<GenericTypeDescription>size in class AbstractCollection<GenericTypeDescription>Copyright © 2014–2015. All rights reserved.