Class DoubleTag


public final class DoubleTag extends NumericTag<Double>
The TAG_Double tag.
  • Constructor Details

    • DoubleTag

      public DoubleTag(double value)
      Creates the tag.
      Parameters:
      value - The value.
  • Method Details

    • getValue

      public Double getValue()
      Description copied from class: Tag
      Gets the value of this tag.
      Specified by:
      getValue in class Tag<Double>
      Returns:
      The value of this tag.