示例#1
0
 private static CharSequence toCharSequence(Object obj) {
   return obj instanceof CharSequence ? (CharSequence) obj : Text.valueOf(obj);
 }