Posts by RaiSe • 11 points
1 post
- 
		1 votes1 answer750 viewsQ: Method Returning Empty ListI am having a problem with a java method. The intention is to split a Hashmap into pages, and return an Arraylist with each page. Code: public static ArrayList<HashMap<String, Key>>…