protected static class TypeDescription.ForLoadedType.ClassDescriptionTypeList extends TypeList.AbstractBase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TypeDescription.ForLoadedType.ClassDescriptionTypeList.InternalNameLazyType
A lazy representation of an internal name for a given class loader.
|
TypeList.AbstractBase, TypeList.Empty, TypeList.Explicit, TypeList.ForLoadedTypes, TypeList.GenericmodCountNO_INTERFACES| Modifier | Constructor and Description |
|---|---|
protected |
ClassDescriptionTypeList(ClassLoader classLoader,
Object[] permittedSubclass)
Creates a new list of type descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
get(int index) |
int |
size() |
getStackSize, toInternalNames, 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, streamprotected ClassDescriptionTypeList(ClassLoader classLoader, Object[] permittedSubclass)
classLoader - The represented class loader.permittedSubclass - An array of represented permitted subclasses.public TypeDescription get(int index)
get in interface List<TypeDescription>get in class AbstractList<TypeDescription>public int size()
size in interface Collection<TypeDescription>size in interface List<TypeDescription>size in class AbstractCollection<TypeDescription>Copyright © 2014–2021. All rights reserved.