[pypy-dev] Towards pypy-jvm
Niko Matsakis
niko at alum.mit.edu
Sun Apr 1 07:48:39 CEST 2007
> The last time I checked what java's Hasttable offers and I saw you
> can't pass to it custom hashing and equality functions, but maybe
> there is a simple way to do it that I don't know.
No, there isn't, but it shouldn't be too hard to cook up some kind of
Hashtable substitute that uses small wrapper classes to handle that.
I think that's what you did for C#, right?
Niko
More information about the pypy-dev
mailing list