Hi,

I'd need some client-side ArrayMap: a combination of a LinkedHashMap that 
preserves the order of insertion, and some kind of index() method that 
provides insertion of an element at a specific index position (like 
ArrayList.add(index, 
object)).

Is there anything build in GWT, or maybe a module that can be used like 
Guava?

Or would I have to use both ArrayList and LinkedHashMap and keep them 
synchronized myself to achive both key-value access and index-aware listing?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to