Package com.google.common.geometry
Class PrimitiveArrays.Cursor
- java.lang.Object
-
- com.google.common.geometry.PrimitiveArrays.Cursor
-
- Enclosing class:
- PrimitiveArrays
public static class PrimitiveArrays.Cursor extends Object
A cursor storing a position and a limit.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longremaining()Returns the number of remaining elements (limit - position).
-