toggle menu
vKard
0.1-SNAPSHOT
common
switch theme
search in API
vKard
/
de.dstulle.vkard.property.value
/
Value
Value
abstract
class
Value
<
V
>
Base class for all Values a
Property
can have.
Inheritors
BasicValue
StructuredValue
Members
Constructors
Value
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
abstract
fun
get
(
)
:
V
hash
Code
Link copied to clipboard
abstract
override
fun
hashCode
(
)
:
Int
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
is
Not
Empty
Link copied to clipboard
fun
isNotEmpty
(
)
:
Boolean