| 接口 | 说明 |
|---|---|
| ComparatorLambda |
Interface for use with a comparator lambda
|
| StreamComparator |
Defines a comparator we can use with TupleStreams
|
| 类 | 说明 |
|---|---|
| FieldComparator |
An equality field Comparator which compares a field of two Tuples and determines sort order.
|
| HashKey | |
| MultipleFieldComparator |
Wraps multiple Comparators to provide sub-sorting.
|
| SingleValueComparator |
An equality Comparator to be used when a stream will only ever return a single field,
ie, it has no sorted order
|
| 枚举 | 说明 |
|---|---|
| ComparatorOrder |
Enum for supported comparator ordering
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.