↓ 9 callersMethodintersectionComputes the intersection of two integer arrays, preserving element frequency. For example, given [1,2,2,3] and [2,2,4], the result will be [2,2]. St
src/main/java/com/thealgorithms/datastructures/hashmap/hashing/Intersection.java:53