Home
last modified time | relevance | path

Searched refs:currentIndexInCandidates (Results 1 – 1 of 1) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2EdgeIndex.java574 private int currentIndexInCandidates; field in S2EdgeIndex.DataEdgeIterator
595 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()