OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expectediterator
(Results
1 - 1
of
1
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
UnmodifiableCollectionTests.java
78
Iterator<?>
expectedIterator
, Iterator<?> actualIterator) {
80
while (
expectedIterator
.hasNext()) {
81
Object expected =
expectedIterator
.next();
Completed in 78 milliseconds