protected static class TypePool.Default.LazyTypeDescription.LazyNestMemberList extends TypeList.AbstractBase
TypeList.AbstractBase, TypeList.Empty, TypeList.Explicit, TypeList.ForLoadedTypes, TypeList.GenericmodCountNO_INTERFACES, UNDEFINED| Modifier | Constructor and Description |
|---|---|
protected |
LazyNestMemberList(TypeDescription typeDescription,
TypePool typePool,
List<String> nestMembers)
Creates a new lazy type list of all nest members of this group.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
get(int index) |
int |
getStackSize()
Returns the sum of the size of all types contained in this list.
|
int |
size() |
String[] |
toInternalNames()
Returns a list of internal names of all types represented by this list.
|
asGenericTypes, 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 LazyNestMemberList(TypeDescription typeDescription, TypePool typePool, List<String> nestMembers)
typeDescription - The type for which the nest members are represented.typePool - The type pool to use for looking up types.nestMembers - The binary names of all nest members of this nest mate group excluding the represented type.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>public String[] toInternalNames()
toInternalNames in interface TypeListtoInternalNames in class TypeList.AbstractBasenull if the list is empty.public int getStackSize()
getStackSize in interface TypeListgetStackSize in class TypeList.AbstractBaseCopyright © 2014–2025. All rights reserved.