public final class MultiMessage extends Object implements Iterable
MultiMessageHandler| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(Object msg) |
void |
addMessages(Collection collection) |
static MultiMessage |
create() |
static MultiMessage |
createFromArray(Object... args) |
static MultiMessage |
createFromCollection(Collection collection) |
Object |
get(int index) |
Collection |
getMessages() |
boolean |
isEmpty() |
Iterator |
iterator() |
Collection |
removeMessages() |
int |
size() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static MultiMessage createFromCollection(Collection collection)
public static MultiMessage createFromArray(Object... args)
public static MultiMessage create()
public void addMessage(Object msg)
public void addMessages(Collection collection)
public Collection getMessages()
public int size()
public Object get(int index)
public boolean isEmpty()
public Collection removeMessages()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.