Class IteratorFloat

java.lang.Object
org.yamcs.studio.data.vtype.IteratorFloat
All Implemented Interfaces:
IteratorNumber

public abstract class IteratorFloat extends Object implements IteratorNumber
An iterator of floats.
  • Constructor Details

    • IteratorFloat

      public IteratorFloat()
  • Method Details

    • nextDouble

      public double nextDouble()
      Description copied from interface: IteratorNumber
      Returns the next element in the iteration casted to a double.
      Specified by:
      nextDouble in interface IteratorNumber
      Returns:
      the next element in the iteration
    • nextByte

      public byte nextByte()
      Description copied from interface: IteratorNumber
      Returns the next element in the iteration casted to a byte.
      Specified by:
      nextByte in interface IteratorNumber
      Returns:
      the next element in the iteration
    • nextShort

      public short nextShort()
      Description copied from interface: IteratorNumber
      Returns the next element in the iteration casted to a short.
      Specified by:
      nextShort in interface IteratorNumber
      Returns:
      the next element in the iteration
    • nextInt

      public int nextInt()
      Description copied from interface: IteratorNumber
      Returns the next element in the iteration casted to an int.
      Specified by:
      nextInt in interface IteratorNumber
      Returns:
      the next element in the iteration
    • nextLong

      public long nextLong()
      Description copied from interface: IteratorNumber
      Returns the next element in the iteration casted to a long.
      Specified by:
      nextLong in interface IteratorNumber
      Returns:
      the next element in the iteration