Class IteratorByte

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

public abstract class IteratorByte extends Object implements IteratorNumber
An iterator of bytes.
  • Constructor Details

    • IteratorByte

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