public class Printer extends Object
| Constructor and Description |
|---|
Printer() |
| Modifier and Type | Method and Description |
|---|---|
static <T1> void |
arrayPrinter(T1[] array) |
static <T1> void |
arrayPrinter(T1[] array,
Integer max) |
static <T1,T2> void |
listMapPrinter(List<Map<T1,T2>> lm) |
static <T> void |
listPrinter(List<T> list) |
static <T> String |
listPrinterToString(List<T> list) |
static <T1,T2> void |
mapPrinter(Map<T1,T2> hm) |
static <T1,T2> String |
mapPrinterToString(Map<T1,T2> hm) |
static void |
matchPrinter(Matcher m) |
public static <T1> void arrayPrinter(T1[] array)
public static <T1> void arrayPrinter(T1[] array,
Integer max)
public static <T1,T2> void mapPrinter(Map<T1,T2> hm)
public static <T> void listPrinter(List<T> list)
public static void matchPrinter(Matcher m)
Copyright © 2018. All rights reserved.