Class KeyValueTableSection

    • Constructor Detail

      • KeyValueTableSection

        public KeyValueTableSection()
    • Method Detail

      • add

        @NotNull
        @Contract(mutates="this",
                  pure=false,
                  value="null, _ -> fail; _, null -> fail; !null, !null -> this")
        public KeyValueTableSection add​(@NotNull
                                        java.lang.String key,
                                        @NotNull
                                        java.lang.String value)