public abstract static class TypeList.AbstractBase extends FilterableList.AbstractBase<TypeDescription,TypeList> implements TypeList
TypeList.AbstractBase, TypeList.Empty, TypeList.Explicit, TypeList.ForLoadedTypes, TypeList.GenericNO_INTERFACES| Constructor and Description |
|---|
AbstractBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
getStackSize()
Returns the sum of the size of all types contained in this list.
|
java.lang.String[] |
toInternalNames()
Returns a list of internal names of all types represented by this list.
|
protected TypeList |
wrap(java.util.List<TypeDescription> values)
Represents a list of values as an instance of this instance's list type.
|
filter, getOnly, subListadd, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilter, getOnly, subListprotected TypeList wrap(java.util.List<TypeDescription> values)
FilterableList.AbstractBasewrap in class FilterableList.AbstractBase<TypeDescription,TypeList>values - The values to wrap in an instance of this list's type.values.public int getStackSize()
getStackSize in interface TypeListpublic java.lang.String[] toInternalNames()
toInternalNames in interface TypeListnull if the list is empty.