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.IntPredicate Modifier and Type Method Description static intS2ShapeUtil. lowerBound(int low, int high, S2ShapeUtil.IntPredicate targetIsGreater)Returns the lowest index in the range[low, high)not smaller than a target.static intS2ShapeUtil. upperBound(int low, int high, S2ShapeUtil.IntPredicate targetIsSmaller)Returns the lowest index in the range[low, high)greater than a target.
-