[text] fhcghkhfgsdh

Viewer

copydownloadembedprintName: fhcghkhfgsdh
  1. import java.util.*; 
  2.   public class OfficeParamsList {
  3. 3.          public static void main(String []args) {
  4. 4.                  List<Map<List<Integer>, List<String>>> officeParametersList =
  5. 5.                          new ArrayList<>();     
  6. 6.                  Map<List<Integer>, List<String>> officeParamMap = new HashMap<>();
  7. 7.                  officeParametersList.add(null);        
  8. 8.                  officeParametersList.add(officeParamMap);
  9. 9.                  officeParametersList.add(new HashMap<List<Integer>,                      
  10. 10.                                                                            List<String>>()); 
  11. 11.                officeParametersList.forEach(e -> System.out.print(e + " "));
  12. 12.        }
  13. 13. }

Editor

You can edit this paste and save as new:


File Description
  • fhcghkhfgsdh
  • Paste Code
  • 23 Mar-2023
  • 754 Bytes
You can Share it: