Package org.uncommons.util.id
Class StringPrefixIDSource
- java.lang.Object
-
- org.uncommons.util.id.StringPrefixIDSource
-
-
Constructor Summary
Constructors Constructor Description StringPrefixIDSource(String prefix, IDSource<?> source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextID()
Implementing classes are responsible for synchronization if concurrent invocations of this method are required.
-