Take values from ArrayList<HashMap<String, String>> [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . I have a problem about getting a value from my ArrayList<HashMap<String, String>> . My code is: ArrayList<HashMap<String, String>> myArrayList; and then: HashMap<String, String> map = new HashMap<String, String>(