Home | History | Annotate | Download | only in doc

Lines Matching full:stringbuffer

1825 of incompatible types (e.g., String[] and StringBuffer[], or String[] and int[]).
4274 In each iteration, the String is converted to a StringBuffer/StringBuilder,
4280 a StringBuffer (or StringBuilder in Java 1.5) explicitly.</p>
4291 StringBuffer buf = new StringBuffer();