function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AnniAnni 

Apex with datastructure

Can we implement complex datastructures in apex
Pankaj_GanwaniPankaj_Ganwani
Hi Anni,

You can use Wrapper Classes concept in apex for implementing the complex data structures. Here you can find a basic example of this:
https://developer.salesforce.com/page/Wrapper_Class