public class Conditions extends Object implements Iterable<Condition>, Serializable
Condition
objects.Constructor and Description |
---|
Conditions() |
Modifier and Type | Method and Description |
---|---|
void |
add(Condition condition)
Appends a condition.
|
boolean |
equals(Object object) |
int |
hashCode() |
Iterator<Condition> |
iterator() |
public void add(Condition condition)
Copyright © 2018. All rights reserved.