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, wait
hasNext, next, size
public final boolean isEmpty()
MessageSequence
isEmpty
in interface MessageSequence<PayloadType>
public final void remove()
MessageSequence
MessageSequence
do not allow removal of elements.remove
in interface Iterator<PayloadType>
remove
in interface MessageSequence<PayloadType>
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.