Maven module :un.api : api-geometry :
Class :
un.api.geometry.TupleIterator
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
getCoordinate,
next,
nextAsBoolean,
nextAsByte,
nextAsUByte,
nextAsShort,
nextAsUShort,
nextAsInt,
nextAsUInt,
nextAsLong,
nextAsFloat,
nextAsDouble
int[]
getCoordinate ()
Object
next ()
boolean[]
nextAsBoolean (boolean[] buffer)
byte[]
nextAsByte (byte[] buffer)
int[]
nextAsUByte (int[] buffer)
short[]
nextAsShort (short[] buffer)
int[]
nextAsUShort (int[] buffer)
int[]
nextAsInt (int[] buffer)
long[]
nextAsUInt (long[] buffer)
long[]
nextAsLong (long[] buffer)
float[]
nextAsFloat (float[] buffer)
double[]
nextAsDouble (double[] buffer)
author Johann Sorel