| Constructor and Description |
|---|
DumpableCollection(String name,
Collection<?> collection) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump() |
void |
dump(Appendable out,
String indent)
Dump this object (and children) into an Appendable using the provided indent after any new lines.
|
static DumpableCollection |
from(String name,
Object... items) |
static DumpableCollection |
fromArray(String name,
Object[] array) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdump, dumpObject, dumpObjectspublic DumpableCollection(String name, Collection<?> collection)
public static DumpableCollection fromArray(String name, Object[] array)
public static DumpableCollection from(String name, Object... items)
public void dump(Appendable out, String indent) throws IOException
Dumpabledump in interface Dumpableout - The appendable to dump toindent - The indent to apply after any new lines.IOExceptionCopyright © 1995–2018 Webtide. All rights reserved.