Class Format.TupleArray

java.lang.Object
org.starcoin.serde.format.Format
org.starcoin.serde.format.Format.TupleArray
All Implemented Interfaces:
IReferenceContainerType
Enclosing class:
Format

public static class Format.TupleArray
extends Format
Alias for `(Foo, ... Foo)`. E.g. the format of `[Foo; N]`.
  • Constructor Details

    • TupleArray

      public TupleArray​(Format content, int size)
  • Method Details

    • getContent

      public Format getContent()
    • getSize

      public int getSize()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • referencedContainerTypeNames

      public List<String> referencedContainerTypeNames()