public class KeyDefinitionBuilder<S,K> extends Object
| Constructor and Description |
|---|
KeyDefinitionBuilder(List<K> keys,
KeySourceGetter<K,S> keySourceGetter,
int index) |
| Modifier and Type | Method and 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 © 2017. All rights reserved.