Hi all, I am working on MVStore MVMap to create a custom map to handle huge data. One thing i noticed when iterated through the map is that, its been sorted by key. I would like to have a implementation similiar to the LinkedHashMap, which maintains the insertion order. Is it possible to create a custom LinkedHashMap using the MVStore/MVMap? Can i get a sample java code to implement this?
Appreciate your help. Thanks, Arun -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
