|
-
September 24th, 1999, 03:05 AM
#1
sorted vector
Is there any class (similar to Vector) where you can add Objects sorted after
integer, and you could have many Objects with the same integer to be sorted after.
add(1, object1);
add(5, object2);
add(3, object3);
add(1, object4);
add(3, object5);
result
object1, object4, object3, object5, object2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|