Interface EntryIn


public interface EntryIn
An interface for reading key-value from an In.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull In
    Gets the In for reading the key.
    @NotNull In
    Gets the In for reading the value.
  • Method Details

    • keyIn

      @NotNull @NotNull In keyIn()
      Gets the In for reading the key.
      Returns:
      the In for reading the key
    • valueIn

      @NotNull @NotNull In valueIn()
      Gets the In for reading the value.
      Returns:
      the In for reading the value