public class TypeListM extends java.util.ArrayList<TypeM>
| Constructor and Description |
|---|
TypeListM(java.lang.Iterable<TypeM> types) |
TypeListM(TypeM... types) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Class<?> aClass) |
ImportTypesM |
addToImportTypes(ImportTypesM result) |
TypeM[] |
asArray() |
TypeListM |
collectDistinctTypeVariablesRecursevly(TypeListM result) |
java.lang.String |
toArgumentString()
Returns a String representation of this type list without bounds.
|
java.lang.String |
toParameterString()
Returns a String representation of this type list including bounds.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic TypeListM(TypeM... types)
public TypeListM(java.lang.Iterable<TypeM> types)
public java.lang.String toParameterString()
TypeM.getGenericTypeDefinition()public java.lang.String toArgumentString()
TypeM.getGenericType()public void add(java.lang.Class<?> aClass)
public ImportTypesM addToImportTypes(ImportTypesM result)
public TypeM[] asArray()