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.
基本上我在 Ewon Flexy 硬件上做项目,Ewon 硬件只支持 jre javaetk,它已经很老了。现在我必须在我的项目中使用 HashMap 的概念,但是 javaetk 不支持 HashMap 。那么有什么办法可以在旧版本的 JRE 中使用最新 JRE 的功能?提前致谢!
您不能为键和值提供类型,但可以按如下方式使用:HashMap map = new HashMap() 或 Map map = new HashMap()