| 接口 | 说明 |
|---|---|
| Equalitor<T> |
Interface defining a way to determine if two items are equal
This borrows from Java 8's BiPredicate interface but to keep Java 7 compatible
we will not use that interface directory.
|
| StreamEqualitor |
Defines a comparator we can use with TupleStreams
|
| 类 | 说明 |
|---|---|
| FieldEqualitor |
An equality field Equalitor which compares a field of two Tuples and determines if they are equal.
|
| MultipleFieldEqualitor |
Wraps multiple Equalitors.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.