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