public static class PartialAddress.Builder extends Object
Modifier and Type | Field and Description |
---|---|
private String[] |
dimensionNames |
private int |
index |
private long[] |
labels |
Constructor and Description |
---|
Builder(int size) |
Modifier and Type | Method and Description |
---|---|
void |
add(String dimensionName,
long label) |
PartialAddress |
build() |
private String[] dimensionNames
private long[] labels
private int index
public void add(String dimensionName, long label)
public PartialAddress build()
Copyright © 2018. All rights reserved.