public interface FrameComparisonWidget
Frame and provides ways to compare rows of that frame to various other things.
Not thread-safe.| Modifier and Type | Method and Description |
|---|---|
int |
compare(int row,
FrameComparisonWidget otherWidget,
int otherRow)
Compare a specific row of this frame to a specific row of another frame.
|
int |
compare(int row,
RowKey key)
Compare a specific row of this frame to the provided key.
|
RowKey |
readKey(int row)
Returns the
RowKey corresponding to a particular row. |
RowKey readKey(int row)
int compare(int row,
RowKey key)
int compare(int row,
FrameComparisonWidget otherWidget,
int otherRow)
FrameSort to sort frames in-place.Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.