public class HashingIdentifierSource extends java.lang.Object implements IdentifierSource
Modifier and Type | Field and Description |
---|---|
private int |
allowedIdentifierCount |
Constructor and Description |
---|
HashingIdentifierSource(int allowedIdentifierCount) |
Modifier and Type | Method and Description |
---|---|
int |
calculateId(java.lang.String name,
java.util.Set<java.lang.Integer> usedIds) |
public HashingIdentifierSource(int allowedIdentifierCount)
public int calculateId(java.lang.String name, java.util.Set<java.lang.Integer> usedIds)
calculateId
in interface IdentifierSource