Uses of Interface
com.google.common.geometry.S2ShapeUtil.IntPredicate
-
Uses of S2ShapeUtil.IntPredicate in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2ShapeUtil.IntPredicateModifier and TypeMethodDescriptionstatic int
S2ShapeUtil.lowerBound
(int low, int high, S2ShapeUtil.IntPredicate targetIsGreater) Returns the lowest index in the range[low, high)
not smaller than a target.static int
S2ShapeUtil.upperBound
(int low, int high, S2ShapeUtil.IntPredicate targetIsSmaller) Returns the lowest index in the range[low, high)
greater than a target.