public final class ListOfTypes extends Object
Modifier and Type | Field and Description |
---|---|
static ListOfTypes |
EMPTY |
Modifier and Type | Method and Description |
---|---|
Type[] |
getResolvedTypes() |
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public static final ListOfTypes EMPTY
public Type[] getResolvedTypes()
public String toString()
Object
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString
method
if you intend implementing your own toString
method.