interop
/
de.jlnstrk.transit.util.model
/
LineSet
Line
Set
class
LineSet
(elements:
Line
) :
LazySortedSet
<
Line
>
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
:
Comparator
<
Line
>
Content copied to clipboard
Functions
add
Link copied to clipboard
override fun
add
(element:
Line
):
Boolean
Content copied to clipboard
add
All
Link copied to clipboard
override fun
addAll
(elements:
Collection
<
Line
>):
Boolean
Content copied to clipboard
clear
Link copied to clipboard
override fun
clear
()
Content copied to clipboard
contains
Link copied to clipboard
open operator override fun
contains
(element:
Line
):
Boolean
Content copied to clipboard
contains
All
Link copied to clipboard
open override fun
containsAll
(elements:
Collection
<
Line
>):
Boolean
Content copied to clipboard
is
Empty
Link copied to clipboard
open override fun
isEmpty
():
Boolean
Content copied to clipboard
iterator
Link copied to clipboard
operator override fun
iterator
():
MutableIterator
<
Line
>
Content copied to clipboard
remove
Link copied to clipboard
open override fun
remove
(element:
Line
):
Boolean
Content copied to clipboard
remove
All
Link copied to clipboard
open override fun
removeAll
(elements:
Collection
<
Line
>):
Boolean
Content copied to clipboard
retain
All
Link copied to clipboard
open override fun
retainAll
(elements:
Collection
<
Line
>):
Boolean
Content copied to clipboard
Properties
size
Link copied to clipboard
override val
size
:
Int
Content copied to clipboard