[protobuf] Re: How to sort the repeated element?

2013-01-20 Thread Xingliang Ni
how to sort it using java? 在 2009年7月30日星期四UTC+8上午2时28分29秒,Kenton Varda写道: > > In C++, you can use the standard STL sort() function: > http://www.sgi.com/tech/stl/sort.html > > RepeatedPtrField supports > iterators, so you can do something like: > > #in

[protobuf] Re: How to sort the repeated element?

2013-01-20 Thread Xingliang Ni
hi,do you know how to do this in java? On Thursday, July 30, 2009 2:28:29 AM UTC+8, Kenton Varda wrote: > > In C++, you can use the standard STL sort() function: > http://www.sgi.com/tech/stl/sort.html > > RepeatedPtrField supports > iterators, so you can