Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
这是我拥有的:
class Person {
Integer id;
String name;
}
// A list of persons:
List<Person> persons
// Now I have something like this:
List<Integer> ids // where the ids are stored in an specific order
Basically I wanna sort the persons list in the same order like the ids.
难道有更好的方式使用像两种假肢,并创造新的个人-文化?
regards && tia
页: 1