Searched refs:typeVariableToString (Results 1 – 1 of 1) sorted by relevance
1704 return buf.append(':').append(typeVariableToString(typeVariable)).toString(); in toLongString()1730 return typeVariableToString((TypeVariable<?>) type); in toString()1776 private static String typeVariableToString(final TypeVariable<?> typeVariable) { in typeVariableToString() method in TypeUtils