Class Format.Map

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

public static class Format.Map
extends Format
A map, e.g. the format of `BTreeMap`.
  • Constructor Details

  • Method Details

    • getKey

      public Format getKey()
    • getValue

      public Format getValue()
    • toString

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

      public List<String> referencedContainerTypeNames()