public class Printer extends Object
Constructor and Description |
---|
Printer() |
Modifier and Type | Method and Description |
---|---|
static void |
printGeneralList(List<?> listToPrint)
Print a general List
|
static void |
printGeneralListOfMaps(List<Map<String,String>> list)
Print a general List of maps
|
static void |
printGeneralMap(Map<?,?> mapToPrint)
Print a general map
|
Copyright © 2016. All rights reserved.