Searched refs:currentIndexInCandidates (Results 1 – 1 of 1) sorted by relevance
574 private int currentIndexInCandidates; field in S2EdgeIndex.DataEdgeIterator595 currentIndexInCandidates = 0; in getCandidates()617 return currentIndexInCandidates < candidates.size(); in hasNext()629 ++currentIndexInCandidates; in next()630 if (currentIndexInCandidates < candidates.size()) { in next()631 currentIndex = candidates.get(currentIndexInCandidates); in next()