public class LongDecimalWithOverflowStateFactory extends Object implements AccumulatorStateFactory<LongDecimalWithOverflowState>
| Modifier and Type | Class and Description |
|---|---|
static class |
LongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowState |
static class |
LongDecimalWithOverflowStateFactory.SingleLongDecimalWithOverflowState |
| Constructor and Description |
|---|
LongDecimalWithOverflowStateFactory() |
| Modifier and Type | Method and Description |
|---|---|
LongDecimalWithOverflowState |
createGroupedState() |
LongDecimalWithOverflowState |
createSingleState() |
Class<? extends LongDecimalWithOverflowState> |
getGroupedStateClass() |
Class<? extends LongDecimalWithOverflowState> |
getSingleStateClass() |
public LongDecimalWithOverflowState createSingleState()
createSingleState in interface AccumulatorStateFactory<LongDecimalWithOverflowState>public Class<? extends LongDecimalWithOverflowState> getSingleStateClass()
getSingleStateClass in interface AccumulatorStateFactory<LongDecimalWithOverflowState>public LongDecimalWithOverflowState createGroupedState()
createGroupedState in interface AccumulatorStateFactory<LongDecimalWithOverflowState>public Class<? extends LongDecimalWithOverflowState> getGroupedStateClass()
getGroupedStateClass in interface AccumulatorStateFactory<LongDecimalWithOverflowState>Copyright © 2012–2019. All rights reserved.