import java.util.Map.Entry
Afficher commentaires plus anciens
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.
Réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!