-
public final class RTreeIndexLeafExternal node aka leaf of the chromosome R+ tree.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRTreeIndexLeaf.Companion
-
Constructor Summary
Constructors Constructor Description RTreeIndexLeaf(Interval interval, Long dataOffset, Long dataSize)
-
Method Summary
Modifier and Type Method Description final Intervalcomponent1()final Longcomponent2()final Longcomponent3()final RTreeIndexLeafcopy(Interval interval, Long dataOffset, Long dataSize)final IntervalgetInterval()final LonggetDataOffset()final LonggetDataSize()-
-
Method Detail
-
component1
final Interval component1()
-
component2
final Long component2()
-
component3
final Long component3()
-
copy
final RTreeIndexLeaf copy(Interval interval, Long dataOffset, Long dataSize)
-
getInterval
final Interval getInterval()
-
getDataOffset
final Long getDataOffset()
-
getDataSize
final Long getDataSize()
-
-
-
-