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.
HashMap を使用しています。マップを反復処理すると、データは (多くの場合同じ) ランダムな順序で返されます。しかし、データは特定の順序で挿入されたので、挿入順序を保持する必要があります。Valaでこれを行うにはどうすればよいですか? Java には LinkedHashMap がありますが、Gee.Map に相当するものはありません。