Medix List Collection Type

0
I had to do some algorithmic optimization this past week by converting a loop that filters a list each iteration to a Java Action that first turns that list into a HashSet to change from O(n) → O(1) searching. That being said, when you use a list in the modeler, what is the actual Java implementation list type that is under the hood?
asked
0 answers