public class KeyValuePair extends Object implements Comparable<KeyValuePair>
| Constructor and Description |
|---|
KeyValuePair(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(KeyValuePair o) |
org.apache.accumulo.core.data.Key |
getKey() |
org.apache.accumulo.core.data.Value |
getValue() |
public KeyValuePair(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value)
public org.apache.accumulo.core.data.Key getKey()
public org.apache.accumulo.core.data.Value getValue()
public int compareTo(KeyValuePair o)
compareTo in interface Comparable<KeyValuePair>Copyright © 2014–2018. All rights reserved.