> From: Olga Gryshchenko <gryshchenko.olg...@gmail.com>
> To: Mailing list for users of the X10 programming language <x10-
> us...@lists.sourceforge.net>
> Date: 11/30/2014 09:14 AM
> Subject: [X10-users] Analogy to map(C++) or dictionary(python)
>
> Hello everyone,
>
> Is there something similar to map in C++ or dictionaries in python, in
x10?
>

x10.util.HashMap implements the x10.util.Map interface.  Provides basic
hashmap from keys to values and some basic collection operations (size,
iteration, etc).

--dave
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to