public class StreamsPrint extends Object
| Constructor and Description |
|---|
StreamsPrint() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Printable> |
print(IndentedWriter out,
Iterable<? extends T> struct) |
static <T extends Printable> |
print(IndentedWriter out,
Iterable<? extends T> struct,
String sep) |
static <T extends Printable> |
printString(Iterable<? extends T> struct) |
static <T extends Printable> |
printString(Iterable<? extends T> struct,
String sep) |
public static <T extends Printable> String printString(Iterable<? extends T> struct, String sep)
public static <T extends Printable> void print(IndentedWriter out, Iterable<? extends T> struct)
public static <T extends Printable> void print(IndentedWriter out, Iterable<? extends T> struct, String sep)
Licenced under the Apache License, Version 2.0