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, wait
equals
public 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 ExpressibleComparator
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.