See: Description
| Interface | Description | 
|---|---|
| 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 | 
| Class | Description | 
|---|---|
| FieldEqualitor | An equality field Equalitor which compares a field of two Tuples and determines if they are equal. | 
| MultipleFieldEqualitor | Wraps multiple Equalitors. | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.