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, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public Batch()
public Batch(Collection<? extends Message> collection)
public Batch(int anInitialCapacity)
Copyright © 2019 Optimatika. All rights reserved.