Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [collections-dev] Implementation of OrderedMap ?

Unfortunately, I could not find any implementation of OrderedMap in Eclipse Collections today.  This would be a nice addition to the library, even if it wasn’t as efficient as UnifiedMap.  I think this may have been a work in progress.


On Jan 5, 2017, at 1:00 PM, Alexis Drogoul <alexis.drogoul@xxxxxxxxx> wrote:

Hi,

I wonder if there exists an implementation of OrderedMap that would provide the functionality of LinkedHashMap (entries ordered by their insertion date) with the advantages of UnifiedMap in terms of memory and access speed. 

Thanks for any pointer ! 

Cheers
Alexis


--
Senior Researcher, co-director, UMI UMMISCO 209, IRD & UPMC, France.
Director, ICTLab, USTH, Hanoi, Vietnam
--
alexis.drogoul@xxxxxxxxxhttp://goo.gl/4ewFdJ
[Vietnam] +84915088155 [France] +33608698845
--
GAMA: http://gama-platform.org

_______________________________________________
collections-dev mailing list
collections-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/collections-dev


Back to the top