add import是快捷键ctrl+shift+m的操作

organize imports是ctrl+shift+o的操作

add import导入指定的类

organize imports导入所有需要导入的类,并且如果有些import是没用的,那么eclipse会自动删除