static class SslSelectionDump.CaptionedList extends java.util.ArrayList<java.lang.String> implements Dumpable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
caption |
Constructor and Description |
---|
CaptionedList(java.lang.String caption) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
void |
dump(java.lang.Appendable out,
java.lang.String indent)
Dump this object (and children) into an Appendable using the provided indent after any new lines.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
dump, dumpContainer, dumpIterable, dumpMapEntries, dumpObject, dumpObjects, dumpSelf, named
public void dump(java.lang.Appendable out, java.lang.String indent) throws java.io.IOException
Dumpable