quasar
.
niflheim
Segments
Related Docs:
object Segments
|
package niflheim
case class
Segments
(
id:
Long
,
length:
Int
,
t:
CTree
,
a:
ArrayBuffer
[
Segment
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Segments
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Segments
(
id:
Long
,
length:
Int
,
t:
CTree
,
a:
ArrayBuffer
[
Segment
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
a
:
ArrayBuffer
[
Segment
]
def
addBigDecimal
(
row:
Int
,
tree:
CTree
,
x:
BigDecimal
)
:
Unit
def
addDouble
(
row:
Int
,
tree:
CTree
,
x:
Double
)
:
Unit
def
addEmptyArray
(
row:
Int
,
tree:
CTree
)
:
Unit
def
addEmptyObject
(
row:
Int
,
tree:
CTree
)
:
Unit
def
addFalse
(
row:
Int
,
tree:
CTree
)
:
Unit
def
addLong
(
row:
Int
,
tree:
CTree
,
x:
Long
)
:
Unit
def
addNull
(
row:
Int
,
tree:
CTree
)
:
Unit
def
addNullType
(
row:
Int
,
tree:
CTree
,
ct:
CNullType
)
:
Unit
def
addNum
(
row:
Int
,
tree:
CTree
,
s:
String
)
:
Unit
def
addRealDateTime
(
row:
Int
,
tree:
CTree
,
s:
ZonedDateTime
)
:
Unit
def
addRealString
(
row:
Int
,
tree:
CTree
,
s:
String
)
:
Unit
def
addString
(
row:
Int
,
tree:
CTree
,
s:
String
)
:
Unit
def
addTrue
(
row:
Int
,
tree:
CTree
)
:
Unit
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
detectDateTime
(
s:
String
)
:
ZonedDateTime
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
Segments
→ Equals → AnyRef → Any
def
extendWithRows
(
rows:
Seq
[
JValue
]
)
:
Unit
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
id
:
Long
def
initializeSegments
(
row:
Int
,
j:
JValue
,
tree:
CTree
)
:
Unit
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
var
length
:
Int
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
t
:
CTree
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped