Interface Transcoder.MapLike<D>

Enclosing interface:
Transcoder<D>

public static interface Transcoder.MapLike<D>
  • Method Details

    • keys

      @NotNull @NotNull Collection<String> keys()
    • hasValue

      boolean hasValue(@NotNull @NotNull String key)
    • getValue

      @NotNull @NotNull Result<D> getValue(@NotNull @NotNull String key)
    • size

      default int size()
    • isEmpty

      default boolean isEmpty()