Interface PrimitiveTag

All Superinterfaces:
Tag
All Known Subinterfaces:
NumericTag
All Known Implementing Classes:
ByteTag, DoubleTag, FloatTag, IntTag, LongTag, ShortTag, StringTag

public sealed interface PrimitiveTag extends Tag permits NumericTag, StringTag
  • Method Details

    • copy

      default Tag copy()
      Specified by:
      copy in interface Tag