Package com.google.common.geometry
Interface S2ShapeUtil.IntPredicate
-
- Enclosing class:
- S2ShapeUtil
public static interface S2ShapeUtil.IntPredicate
A filter of indexes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(int index)
Returns whether the given value tests as true.
-