由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - How to reverse a String unicode safe
相关主题
问一个blocking IO的程序请教document
初学者code请教 (大牛莫取笑)How to parse the bytes[]
一个Java程序员的话(4)--续第一章从文件读入数据得到的是bytes
int --> String?请问StringBuffer的OutofMemory问题
这两个程序哪个更快?Java练习题 3
a simple question菜鸟请教jsp和ejb
Java,EJB的performanceArrayList vs Array, StringBuffer vs String, 大侠们给讲讲有
garbage collection issueJava StringBuilder myth debunked
相关话题的讨论汇总
话题: string话题: reverse话题: unicode
进入Java版参与讨论
1 (共1页)
b****u
发帖数: 1130
1
要求速度越快越好
f*******n
发帖数: 12623
2
new StringBuffer(string).reverse().toString();
or
new StringBuilder(string).reverse().toString();
1 (共1页)
进入Java版参与讨论
相关主题
Java StringBuilder myth debunked这两个程序哪个更快?
我自己编了个Java面试题a simple question
为什么我这个参数的内容存不下?Java,EJB的performance
Java will store your chinese into Unicodegarbage collection issue
问一个blocking IO的程序请教document
初学者code请教 (大牛莫取笑)How to parse the bytes[]
一个Java程序员的话(4)--续第一章从文件读入数据得到的是bytes
int --> String?请问StringBuffer的OutofMemory问题
相关话题的讨论汇总
话题: string话题: reverse话题: unicode