public class Batch extends ArrayList<Message>
modCount| Constructor and Description |
|---|
Batch() |
Batch(Collection<? extends Message> collection) |
Batch(int anInitialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String command) |
boolean |
add(String[] command) |
boolean |
add(String command,
String anArgument) |
boolean |
add(String command,
String anArgument,
String aParameter) |
String |
toString() |
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, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Batch()
public Batch(Collection<? extends Message> collection)
public Batch(int anInitialCapacity)
Copyright © 2018 Optimatika. All rights reserved.