Class IteratorDouble

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

public abstract class IteratorDouble extends Object implements IteratorNumber
An iterator of doubles.
  • Constructor Details

    • IteratorDouble

      public IteratorDouble()
  • Method Details

    • nextFloat

      public float nextFloat()
      Description copied from interface: IteratorNumber
      Returns the next element in the iteration casted to a float.
      Specified by:
      nextFloat 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