import java.util.Map.Entry
Show older comments
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.
Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!