PayloadType - public abstract class AbstractMessageSequence<PayloadType> extends Object implements MessageSequence<PayloadType>
MessageSequence, that does not support
remove()UNKNOWN_SIZE| Constructor and Description |
|---|
AbstractMessageSequence() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
If the sequence is empty
|
void |
remove()
Unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, next, sizepublic final boolean isEmpty()
MessageSequenceisEmpty in interface MessageSequence<PayloadType>public final void remove()
MessageSequenceMessageSequence do not allow removal of elements.remove in interface Iterator<PayloadType>remove in interface MessageSequence<PayloadType>Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.