Uses of Class
com.google.common.geometry.S2CellIndex.RangeNode
-
-
Uses of S2CellIndex.RangeNode in com.google.common.geometry
Fields in com.google.common.geometry declared as S2CellIndex.RangeNode Modifier and Type Field Description private S2CellIndex.RangeNode
S2CellIndex.RangeIterator. node
Current node pointed to by 'offset'.Fields in com.google.common.geometry with type parameters of type S2CellIndex.RangeNode Modifier and Type Field Description private java.util.ArrayList<S2CellIndex.RangeNode>
S2CellIndex. rangeNodes
The last element of nodes is a sentinel value, which is necessary in order to represent the range covered by the previous element.
-