简体   繁体   English

Delphi中类似Java的集合

[英]Java-like collections in Delphi

Is there a kind of implementation (at least partial) of java collections (Set, List, Map, Collection ...) for Delphi 2010? Delphi 2010是否有一种Java集合(Set,List,Map,Collection ...)的实现(至少是部分)?

I need it for make porting code from java to Delphi a little bit easier. 我需要它来使代码从Java移植到Delphi更加容易。

The Contnrs.pas unit has many of these types, like TStack, TBucketList, etc. Contnrs.pas单元具有许多此类类型,例如TStack,TBucketList等。

The Generics.Collections units have a set of generic containers for Delphi as well. Generics.Collections单元也具有一组用于Delphi的通用容器。

And there is also the DeHL collection by our own Alexandru Ciobanu. 还有我们自己的Alexandru Ciobanu的DeHL系列。

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

There is DeHL . DeHL

Above link is broken, new link: https://github.com/pavkam/DeHL 以上链接已断开,新链接为: https : //github.com/pavkam/DeHL

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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