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