import java.util.Map.Entry
Ältere Kommentare anzeigen
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.
Antworten (0)
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!