public class PartialAddress extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PartialAddress.Builder |
Modifier and Type | Field and Description |
---|---|
private String[] |
dimensionNames |
private long[] |
labels |
Modifier | Constructor and Description |
---|---|
private |
PartialAddress(PartialAddress.Builder builder) |
Modifier and Type | Method and Description |
---|---|
(package private) long |
numericLabel(String dimensionName)
Returns the int label of this dimension, or -1 if no label is specified for it
|
private final String[] dimensionNames
private final long[] labels
private PartialAddress(PartialAddress.Builder builder)
long numericLabel(String dimensionName)
Copyright © 2018. All rights reserved.