public class UuidEngine extends Object implements IDidEngine<String>
GEDID| 构造器和说明 |
|---|
UuidEngine() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
engineName()
current engine's name
|
void |
follow(String businessName,
String startId)
Follow The business with name.
|
String |
getFixedStartId(String startId)
get fixed start id
|
String |
next(String businessName)
the next id
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEmbellishedName, unsupportedOperationpublic void follow(String businessName, String startId)
IDidEnginefollow 在接口中 IDidEngine<String>businessName - business namestartId - the first idpublic String getFixedStartId(String startId)
IDidEnginegetFixedStartId 在接口中 IDidEngine<String>startId - not all startIdT default return startId selfpublic String next(String businessName)
IDidEnginenext 在接口中 IDidEngine<String>businessName - the business namepublic String engineName()
IDidEngineengineName 在接口中 IDidEngine<String>Copyright © 2022. All rights reserved.