views:

352

answers:

3

Hi, all!

Is there a kind of implementation (at least partial) of java collections (Set, List, Map, Collection ...) for Delphi 2010?

I need it for make porting code from java to Delphi a little bit easier.

+4  A: 

There is DeHL.

Craig Stuntz
Thanks! As I say to Nick I would try it.
kuaw26
+9  A: 

The Contnrs.pas unit has many of these types, like TStack, TBucketList, etc.

The Generics.Collections units have a set of generic containers for Delphi as well.

And there is also the DeHL collection by our own Alexandru Ciobanu.

http://alex.ciobanu.org/?page%5Fid=162

Nick Hodges
Thanks, I know about Generics.Collections, but it does not contain all containers that I need.It seems that DeHL could help me a lot.
kuaw26
+1  A: 

There is also the Delphi Container Librairy

Hugues Van Landeghem
DCLX is old (2003) and doesn't support Delphi 2010.
Andreas Hausladen
Thanks, Andreas.
kuaw26