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.
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.
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.