public class IpogConfiguration extends Object
Ipog algorithm. This class is
used instead of a constructor with all parameters to reduce API incompatibility issues when addition more arguments
and for a general nicer way of constructing the algorithm since constructor with many parameters are not easy to
read in code.| Modifier and Type | Class and Description |
|---|---|
static class |
IpogConfiguration.Builder
A implementation of the Builder patter to create a new
IpogConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
static IpogConfiguration.Builder |
ipogConfiguration() |
String |
toString() |
public static IpogConfiguration.Builder ipogConfiguration()
Copyright © 2019. All rights reserved.