Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 J2ME 中对 Hashtable 进行排序?因为我正在尝试使冒泡排序适应这种情况,但我没有找到解决方案。有人可以帮我吗?
您将不得不使用向量或数组。
在这个问题中,您可以检查排序的实现:
如何在 java-me 中对字符串向量进行排序?