SyntaxFix
Write A Post
Hire A Developer
Questions
You cannot assign expressions with types such as List<NavigableMap<String,String>> to the first.
List<NavigableMap<String,String>>
(If you want to know why you can't assign List<String> to List<Object> see a zillion other questions on SO.)
List<String>
List<Object>