StringValuesSingleImpl
open class StringValuesSingleImpl : StringValues
Constructors
Properties
open val caseInsensitiveName: Boolean Specifies if map has case-sensitive or case-insensitive names |
|
val name: String |
|
Functions
Checks if the given name exists in the map |
|
Gets all entries from the map |
|
Iterates over all entries in this map and calls body for each pair |
|
Gets first value from the list of values associated with a name, or null if the name is not present |
|
Gets all values associated with the name, or null if the name is not present |
|
open fun hashCode(): Int |
|
open fun isEmpty(): Boolean Checks if this map is empty |
|
Gets all names from the map |
|
open fun toString(): String |
Extension Functions
fun StringValues.filter( Create a new instance of StringValues filtered by the specified predicate |
|
fun StringValues.flattenEntries(): List<Pair<String, String>> Copy values to a list of pairs |
|
fun StringValues.flattenForEach( Invoke block function for every value pair |
|
fun StringValues.toMap(): Map<String, List<String>> Copy values to a new independent map |
Inheritors
class HeadersSingleImpl : Headers, StringValuesSingleImpl |
|
class ParametersSingleImpl : |