public class RowKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RowKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<Dimension,String> |
getValues() |
int |
hashCode() |
static RowKey |
of(Dimension dimension,
String value) |
String |
toString() |
static RowKey.Builder |
with(Dimension dimension,
String value) |
public static final RowKey EMPTY
public static RowKey.Builder with(Dimension dimension, String value)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.