public abstract class CompoundCondition extends Condition
Modifier | Constructor and Description |
---|---|
protected |
CompoundCondition()
Default constructor.
|
protected |
CompoundCondition(CompoundCondition condition)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
append(Condition condition)
Appends the specified condition to end of this list of conditions.
|
protected void |
insert(Condition condition)
Inserts the specified condition at begin of this list of conditions.
|
Iterator<Condition> |
iterator()
Returns an iterator over the elements in this list in proper sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
protected CompoundCondition()
protected CompoundCondition(CompoundCondition condition)
condition
- Compound condition to create a copy of.protected final void insert(Condition condition)
condition
- Condition to be inserted to this list of conditions.protected void append(Condition condition)
condition
- Condition to be appended to this list of conditions.Copyright © 2016. All rights reserved.