import java.util.Map.Entry
显示 更早的评论
I would like to import java.util.Map.Entry in Matlab. I can import java.util.Map without any trouble, but I get the following error when I try to import java.util.Map.Entry:
Error using import
Import argument 'java.util.Map.Entry' cannot be found or cannot be imported.
The reason I want to be able to do this is that I have other packages I want to import that themselves include Map.Entry in the list of their imports. Perhaps it has something to do with the 'static' keyword? I am using Matlab 2014b on 64-bit Windows.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!