| 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) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdump, dumpContainer, dumpIterable, dumpMapEntries, dumpObject, dumpObjects, dumpSelf, namedpublic 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.IOException - if unable to write to AppendableCopyright © 2010 - 2020 Adobe. All Rights Reserved