public class MultiComp extends Object implements Comparator<Tuple>, ExpressibleComparator, Serializable
| Constructor and Description | 
|---|
MultiComp(Comparator<Tuple>... comps)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compare(Tuple t1,
       Tuple t2)  | 
StreamExpressionParameter | 
toExpression(StreamFactory factory)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic MultiComp(Comparator<Tuple>... comps)
public int compare(Tuple t1, Tuple t2)
compare in interface Comparator<Tuple>public StreamExpressionParameter toExpression(StreamFactory factory) throws IOException
toExpression in interface ExpressibleComparatorIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.