public static class SegmentList.SplitResults
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) SegmentList |
above
is
null , when the list is empty. |
(package private) SegmentList |
below |
Constructor and Description |
---|
SplitResults(SegmentList above,
SegmentList below) |
Modifier and Type | Method and Description |
---|---|
SegmentList |
getAbove() |
SegmentList |
getBelow() |
final SegmentList above
null
, when the list is empty.final SegmentList below
public SplitResults(SegmentList above, SegmentList below)
public SegmentList getAbove()
public SegmentList getBelow()