kotlinpoet
/
com.squareup.kotlinpoet
/
Import
Import
data class
Import
:
Comparable
<
Import
>
Content copied to clipboard
Functions
Properties
Functions
compareTo
Link copied to clipboard
open operator override fun
compareTo
(other:
Import
):
Int
Content copied to clipboard
component1
Link copied to clipboard
operator fun
component1
():
String
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
String
?
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(qualifiedName:
String
, alias:
String
? = null):
Import
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
alias
Link copied to clipboard
val
alias
:
String
? = null
Content copied to clipboard
qualifiedName
Link copied to clipboard
val
qualifiedName
:
String
Content copied to clipboard