Package org.sosy_lab.common
Class UniqueIdGenerator
java.lang.Object
org.sosy_lab.common.UniqueIdGenerator
Utility class for generating unique. This class is fully thread-safe.
It gives out at most MAX_INT ids, afterwards it throws an exception.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UniqueIdGenerator
public UniqueIdGenerator()
-
-
Method Details
-
getFreshId
public int getFreshId()
-