Package org.hamcrest.collection
Class IsIterableContainingInOrder.MatchSeries<F>
- java.lang.Object
-
- org.hamcrest.collection.IsIterableContainingInOrder.MatchSeries<F>
-
- Enclosing class:
- IsIterableContainingInOrder<E>
private static class IsIterableContainingInOrder.MatchSeries<F> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Matcher<? super F>>
matchers
private Description
mismatchDescription
private int
nextMatchIx
-
Constructor Summary
Constructors Constructor Description MatchSeries(java.util.List<Matcher<? super F>> matchers, Description mismatchDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
describeMismatch(Matcher<? super F> matcher, F item)
boolean
isFinished()
private boolean
isMatched(F item)
boolean
matches(F item)
-
-
-
Field Detail
-
mismatchDescription
private final Description mismatchDescription
-
nextMatchIx
private int nextMatchIx
-
-
Constructor Detail
-
MatchSeries
public MatchSeries(java.util.List<Matcher<? super F>> matchers, Description mismatchDescription)
-
-