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