public static class GenericTypeList.OfLoadedInterfaceTypes extends GenericTypeList.AbstractBase
GenericTypeList.AbstractBase, GenericTypeList.Empty, GenericTypeList.Explicit, GenericTypeList.ForDetachedTypes, GenericTypeList.ForLoadedType, GenericTypeList.OfConstructorExceptionTypes, GenericTypeList.OfLoadedInterfaceTypes, GenericTypeList.OfMethodExceptionTypesmodCount| Constructor and Description |
|---|
OfLoadedInterfaceTypes(Class<?> type)
Creates a lazy projection of interface types.
|
| Modifier and Type | Method and Description |
|---|---|
TypeList |
asErasures()
Returns a list of the generic types' erasures.
|
GenericTypeDescription |
get(int index) |
int |
size() |
accept, 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 OfLoadedInterfaceTypes(Class<?> type)
type - The type of which the interface types are represented by this list.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>public TypeList asErasures()
GenericTypeListasErasures in interface GenericTypeListasErasures in class GenericTypeList.AbstractBaseCopyright © 2014–2015. All rights reserved.