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.RangeNodeModifier and TypeFieldDescriptionprivate S2CellIndex.RangeNode
S2CellIndex.RangeIterator.node
Current node pointed to by 'offset'.Fields in com.google.common.geometry with type parameters of type S2CellIndex.RangeNodeModifier and TypeFieldDescriptionprivate final 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.