Class IteratorShort

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

public abstract class IteratorShort extends Object implements IteratorNumber
  • Constructor Details

    • IteratorShort

      public IteratorShort()
  • 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
    • 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
    • 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