public abstract static class TypeList.AbstractBase extends FilterableList.AbstractBase<TypeDescription,TypeList> implements TypeList
TypeList.AbstractBase, TypeList.Empty, TypeList.Explicit, TypeList.ForLoadedTypemodCountNO_INTERFACES| Constructor and Description |
|---|
AbstractBase() |
| Modifier and Type | Method and Description |
|---|---|
GenericTypeList |
accept(GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
Transforms the types of this list by applying the supplied visitor.
|
protected TypeList |
wrap(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, waitasGenericTypes, getStackSize, toInternalNamesfilter, getOnly, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected TypeList wrap(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 GenericTypeList accept(GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
TypeListCopyright © 2014–2015. All rights reserved.