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