> 原文:[https://www . geesforgeks . org/convert-ArrayList-to-linked hashmap-in-Java/](https://www.geeksforgeeks.org/convert-arraylist-to-linkedhashmap-in-java ...
System.out.print("\nHashMap Size: "+ lhm.size()); //size of LinkedHashMap System.out.print("\nValue for Amirul: "+ lhm.get("Amirul")); //get the value for key Amirul ...