kotlin.collections.Map.Entry
public final class Kv implements Entry.Map<String, String>
A Key-value pair. Use this to briefly pass the headers.
private final String
key
value
Kv(String key, String value)
String
getKey()
getValue()
toString()
Boolean
equals(Object other)
Integer
hashCode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
String getKey()
String getValue()
String toString()
Boolean equals(Object other)
Integer hashCode()