public abstract class Keys<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Keys.ExpressionKeys<T> |
static class |
Keys.FieldPositionKeys<T> |
static class |
Keys.SelectorFunctionKeys<T,K> |
| Constructor and Description |
|---|
Keys() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
areCompatibale(Keys<?> other) |
abstract int[] |
computeLogicalKeyPositions() |
abstract int |
getNumberOfKeyFields() |
boolean |
isEmpty() |
public abstract int getNumberOfKeyFields()
public boolean isEmpty()
public abstract boolean areCompatibale(Keys<?> other)
public abstract int[] computeLogicalKeyPositions()
Copyright © 2014 The Apache Software Foundation. All rights reserved.