I was trying to use List and Set on my code using Intellij. But Intellij only suggest classes under maven libraries, not JDK.
I can only use Java Collections(List, Set) by manually typing imports on the top of the file. so inconvenient.. please help