ktor
1.6.8
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-utils
/
io.ktor.util
/
CaseInsensitiveSet
Case
Insensitive
Set
common
class
CaseInsensitiveSet
:
MutableSet
<
String
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Case
Insensitive
Set
Link copied to clipboard
common
fun
CaseInsensitiveSet
(
initial
:
Iterable
<
String
>
)
Content copied to clipboard
Functions
add
Link copied to clipboard
common
open
override
fun
add
(
element
:
String
)
:
Boolean
Content copied to clipboard
add
All
Link copied to clipboard
common
open
override
fun
addAll
(
elements
:
Collection
<
String
>
)
:
Boolean
Content copied to clipboard
clear
Link copied to clipboard
common
open
override
fun
clear
(
)
Content copied to clipboard
contains
Link copied to clipboard
common
open
operator override
fun
contains
(
element
:
String
)
:
Boolean
Content copied to clipboard
contains
All
Link copied to clipboard
common
open
override
fun
containsAll
(
elements
:
Collection
<
String
>
)
:
Boolean
Content copied to clipboard
is
Empty
Link copied to clipboard
common
open
override
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
iterator
Link copied to clipboard
common
open
operator override
fun
iterator
(
)
:
MutableIterator
<
String
>
Content copied to clipboard
remove
Link copied to clipboard
common
open
override
fun
remove
(
element
:
String
)
:
Boolean
Content copied to clipboard
remove
All
Link copied to clipboard
common
open
override
fun
removeAll
(
elements
:
Collection
<
String
>
)
:
Boolean
Content copied to clipboard
retain
All
Link copied to clipboard
common
open
override
fun
retainAll
(
elements
:
Collection
<
String
>
)
:
Boolean
Content copied to clipboard
Properties
size
Link copied to clipboard
common
open
override
val
size
:
Int
Content copied to clipboard