Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以这基本上是我的问题。我在参数化方法中将所有方法 ArrayLists 转换为 HashMaps,但我不想将所有 ArrayLists 转换为 HashMaps,因为有一些在本地使用。这更像是一种好奇心,但它会很有用。
那么,在 Eclipse 中,是否可以在项目中找到所有采用某种参数类型的方法?
按Ctrl+H或从菜单栏Search- Search ...,然后选择Java Search:
然后单击限制到 - 匹配位置(已选择 15 个):
这应该给你想要的。