Searched defs:nextElements (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java186 final Stack<E> nextElements = new Stack<E>(); field in class:AbstractIteratorTester.MultiExceptionListIterator
193 * {@link #nextElements} if {@code next()} was called more recently then
203 Helpers.addAll(nextElements, Helpers.reverse(expectedElements));
205 previousElements.push(nextElements.pop());
221 return !nextElements.isEmpty();
231 return transferElement(nextElements, previousElements);
241 return transferElement(previousElements, nextElements);
267 * {@link #nextElements} to the top of the stack so that it is returned by
269 * {@link #nextElements}, this method throws an
279 if (nextElements
[all...]
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 72 milliseconds