public class AndCondition extends MultipleCondition
Condition.and(Condition)| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
Generate a hash code from this
Segment. |
void |
visit(Visitor visitor)
|
getConditions, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitand, not, orpublic int hashCode()
SegmentSegment.
Hashcode typically derives from the Segment.toString() representation so two Segments yield the same
Segment.hashCode() if their Segment.toString() representation matches.public boolean equals(Object obj)
SegmentSegment is equal to another Segment.
Equality is typically given if the Segment.toString() representation matches.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.