Lines Matching full:stringbuffer
1772 of incompatible types (e.g., String[] and StringBuffer[], or String[] and int[]).4147 In each iteration, the String is converted to a StringBuffer/StringBuilder,4153 a StringBuffer (or StringBuilder in Java 1.5) explicitly.</p>4164 StringBuffer buf = new StringBuffer();