public class CommentPart extends ArrayList<Object>
Type (which will be prinited with a @link tag),
anything that can be turned into a String via the Object.toString() method,
or a Collection/array of those objects.
Values can be added through the various append methods one by one or in a bulk.modCount| Constructor and Description |
|---|
CommentPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o) |
CommentPart |
append(Object o)
Appends a new value.
|
protected void |
format(Formatter f,
String indent)
Writes this part into the formatter by using the specified indentation.
|
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic CommentPart append(Object o)
Type it will be printed as a @link tag.
Otherwise it will be converted to String via Object.toString().public boolean add(Object o)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.