Maven module :un.api : api-geometry :
Class : un.api.geometry.EmptyTupleIterator
Extends/Implements : un.api.geometry.TupleIterator
Subclasses : -

Empty sample iterator.
author  Johann Sorel


Variables : INSTANCE
Functions : EmptyTupleIterator, getCoordinate, next, nextAsBoolean, nextAsByte, nextAsUByte, nextAsShort, nextAsUShort, nextAsInt, nextAsUInt, nextAsLong, nextAsFloat, nextAsDouble


public TupleIterator INSTANCE


public void EmptyTupleIterator ()

public int[] getCoordinate ()

public Object next ()

public boolean[] nextAsBoolean (boolean[] buffer)

public byte[] nextAsByte (byte[] buffer)

public int[] nextAsUByte (int[] buffer)

public short[] nextAsShort (short[] buffer)

public int[] nextAsUShort (int[] buffer)

public int[] nextAsInt (int[] buffer)

public long[] nextAsUInt (long[] buffer)

public long[] nextAsLong (long[] buffer)

public float[] nextAsFloat (float[] buffer)

public double[] nextAsDouble (double[] buffer)