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.
在这里,我看到Bag该类应该在,java.util.Collection但是当我尝试使用它时,cannot be resolved to a type出现错误。
Bag
java.util.Collection
cannot be resolved to a type
我应该复制+粘贴这个还是缺少一些库?
这些是 2 个不同的类,它们都不是 JDK 的一部分。一个是需要添加到构建路径的自定义类,而另一个是需要添加到类路径的 Apache Commons 库的一部分。