From your link:
import java.util.*;
The * is a "regular expression operator" that will match any
combination of characters. Therefore, this import statement will
import everything in java.util. If you have tried entering and running
the example program above, you can change the import statement to this
one.
So yes * suffix imports all classes in this path