内容简介:我有一个由名称/值对定义的大量对象的集合.我需要快速访问它们的任何值,并能够按名称按字母顺序返回它们.首先我想我可能会使用HashMap来获得快速访问权限.但它没有给我订购.我决定切换到LinkedHashSet.它的问题是我需要能够在列表的正确位置插入新对象,但LinkedHashSet不允许这样做.我还需要能够通过索引和名称访问对象.
我有一个由名称/值对定义的大量对象的集合.
我需要快速访问它们的任何值,并能够按名称按字母顺序返回它们.首先我想我可能会使用HashMap来获得快速访问权限.但它没有给我订购.我决定切换到LinkedHashSet.
它的问题是我需要能够在列表的正确位置插入新对象,但LinkedHashSet不允许这样做.我还需要能够通过索引和名称访问对象.
会感激任何想法.
你可以使用 TreeMap
A Red-Black tree based NavigableMap implementation. The map is sorted according to the natural ordering of its keys, or by a Comparator provided at map creation time, depending on which constructor is used.
翻译自:https://stackoverflow.com/questions/12314710/how-do-i-keep-a-hashset-alphabetically-ordered
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Traction: A Startup Guide to Getting Customers
Gabriel Weinberg、Justin Mares / S-curves Publishing / 2014-8-25 / USD 14.99
Most startups end in failure. Almost every failed startup has a product. What failed startups don't have is traction -- real customer growth. This book introduces startup founders and employees to......一起来看看 《Traction: A Startup Guide to Getting Customers》 这本书的介绍吧!