简体   繁体   中英

Java-like collections in Delphi

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.

http://alex.ciobanu.org/?page_id=162

There is DeHL .

Above link is broken, new link: https://github.com/pavkam/DeHL

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM