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