| Constructor and Description |
|---|
Key.Builder(RandomAccessDataset dataset)
Construct a
Key.Builder for a RandomAccessDataset. |
public Key.Builder(RandomAccessDataset dataset)
Key.Builder for a RandomAccessDataset.public Key.Builder add(String name, Object value)
IllegalArgumentException - If the there is no key field named
name for this builder's dataset.public Key build()
IllegalStateException - If any required key field is missing.Copyright © 2013–2015. All rights reserved.