I create a implementation of a list, so I want to pass it to a stringbuffer variable, this can be possible or not if it is possible can someone give me an example. thank you
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure what exactly you try to do there but you can append things from a list to a
StringBufferfor example likeor if you want them comma separated
or use
TextUtils#joinbut that’s not adding to a
StringBufferAnd unless you need the synchronization of
StringBufferuseStringBuilder