OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newDoubler
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
AbstractSequentialIteratorTest.java
41
return
newDoubler
(1, 2);
50
return
newDoubler
(2, 32);
104
private static Iterator<Integer>
newDoubler
(int first, final int last) {
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractSequentialIteratorTest.java
37
return
newDoubler
(2, 32);
91
private static Iterator<Integer>
newDoubler
(int first, final int last) {
Completed in 55 milliseconds