Package org.hamcrest.collection
Class IsIterableContainingInOrder.MatchSeries<F>
java.lang.Object
org.hamcrest.collection.IsIterableContainingInOrder.MatchSeries<F>
- Enclosing class:
- IsIterableContainingInOrder<E>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatchSeries
(List<Matcher<? super F>> matchers, Description mismatchDescription) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
describeMismatch
(Matcher<? super F> matcher, F item) boolean
private boolean
boolean
-
Field Details
-
matchers
-
mismatchDescription
-
nextMatchIx
private int nextMatchIx
-
-
Constructor Details
-
MatchSeries
-
-
Method Details
-
matches
-
isFinished
public boolean isFinished() -
isMatched
-
describeMismatch
-