public class MessageContentsList extends ArrayList<Object>
Modifier and Type | Field and Description |
---|---|
static Object |
REMOVED_MARKER |
modCount
Constructor and Description |
---|
MessageContentsList() |
MessageContentsList(List<?> values) |
MessageContentsList(Object... values) |
Modifier and Type | Method and Description |
---|---|
Object |
get(MessagePartInfo key) |
static MessageContentsList |
getContentsList(Message msg) |
boolean |
hasValue(MessagePartInfo key) |
Object |
put(MessagePartInfo key,
Object value) |
void |
remove(MessagePartInfo key) |
Object |
set(int idx,
Object value) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final Object REMOVED_MARKER
public MessageContentsList()
public MessageContentsList(Object... values)
public MessageContentsList(List<?> values)
public static MessageContentsList getContentsList(Message msg)
public Object put(MessagePartInfo key, Object value)
public boolean hasValue(MessagePartInfo key)
public Object get(MessagePartInfo key)
public void remove(MessagePartInfo key)
Apache CXF