public interface EntryIn
An interface for reading key-value from an
In.
-
Method Summary
Gets the
In for reading the key.
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