public class KeyDefinitionBuilder<S,K> extends Object
| Constructor | Description |
|---|---|
KeyDefinitionBuilder(List<K> keys,
KeySourceGetter<K,S> keySourceGetter,
int index) |
| Modifier and Type | Method | Description |
|---|---|---|
KeyDefinitionBuilder<S,K> |
asChild(int currentIndex) |
|
List<K> |
getKeys() |
|
static <S,K> KeyDefinition<S,K>[] |
toKeyDefinitions(KeyDefinitionBuilder<S,K>[] siblings) |
public KeyDefinitionBuilder(List<K> keys, KeySourceGetter<K,S> keySourceGetter, int index)
public KeyDefinitionBuilder<S,K> asChild(int currentIndex)
public static <S,K> KeyDefinition<S,K>[] toKeyDefinitions(KeyDefinitionBuilder<S,K>[] siblings)
Copyright © 2018. All rights reserved.