public class KeyValuePairsStateFactory extends Object implements AccumulatorStateFactory<KeyValuePairsState>
Modifier and Type | Class and Description |
---|---|
static class |
KeyValuePairsStateFactory.GroupedState |
static class |
KeyValuePairsStateFactory.SingleState |
Constructor and Description |
---|
KeyValuePairsStateFactory(Type keyType,
Type valueType) |
Modifier and Type | Method and Description |
---|---|
KeyValuePairsState |
createGroupedState() |
KeyValuePairsState |
createSingleState() |
Class<? extends KeyValuePairsState> |
getGroupedStateClass() |
Class<? extends KeyValuePairsState> |
getSingleStateClass() |
public KeyValuePairsState createSingleState()
createSingleState
in interface AccumulatorStateFactory<KeyValuePairsState>
public Class<? extends KeyValuePairsState> getSingleStateClass()
getSingleStateClass
in interface AccumulatorStateFactory<KeyValuePairsState>
public KeyValuePairsState createGroupedState()
createGroupedState
in interface AccumulatorStateFactory<KeyValuePairsState>
public Class<? extends KeyValuePairsState> getGroupedStateClass()
getGroupedStateClass
in interface AccumulatorStateFactory<KeyValuePairsState>
Copyright © 2012–2022. All rights reserved.