dataforge-meta
/
space.kscience.dataforge.values
/
ListValue
common
List
Value
class
ListValue
(list:
List
<
Value
>) :
Value
,
Iterable
<
Value
>
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
iterator
Link copied to clipboard
common
open operator override fun
iterator
():
Iterator
<
Value
>
Content copied to clipboard
to
String
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
list
Link copied to clipboard
common
open override val
list
:
List
<
Value
>
Content copied to clipboard
get this value represented as List
type
Link copied to clipboard
common
open override val
type
:
ValueType
Content copied to clipboard
The type of the value
value
Link copied to clipboard
common
open override val
value
:
List
<
Value
>
Content copied to clipboard
Get raw value of this value