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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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