public static class TemplateMethod.TypeSignature extends Object implements Iterable<TypeMirror>
| Constructor and Description |
|---|
TypeSignature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TypeMirror |
get(int index) |
int |
hashCode() |
Iterator<TypeMirror> |
iterator() |
int |
size() |
String |
toString() |
forEach, spliteratorpublic int size()
public TypeMirror get(int index)
public Iterator<TypeMirror> iterator()
iterator in interface Iterable<TypeMirror>