static class RelDecorrelator.CorDef extends Object implements Comparable<RelDecorrelator.CorDef>
| Modifier and Type | Field and Description |
|---|---|
CorrelationId |
corr |
int |
field |
| Constructor and Description |
|---|
CorDef(CorrelationId corr,
int field) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RelDecorrelator.CorDef o) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final CorrelationId corr
public final int field
CorDef(CorrelationId corr, int field)
public int compareTo(@Nonnull RelDecorrelator.CorDef o)
compareTo in interface Comparable<RelDecorrelator.CorDef>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.