com.aiyc.framework.utils
类 UUIDHexGenerator

java.lang.Object
  继承者 com.aiyc.framework.utils.UUIDHexGenerator

public class UUIDHexGenerator
extends Object


构造方法摘要
UUIDHexGenerator()
           
 
方法摘要
protected  String format(int intval)
           
protected  String format(short shortval)
           
 String generate()
           
protected  short getCount()
           
protected  short getHiTime()
           
static UUIDHexGenerator getInstance()
           
protected  int getIP()
           
protected  int getJVM()
           
protected  int getLoTime()
           
static int toInt(byte[] bytes)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UUIDHexGenerator

public UUIDHexGenerator()
方法详细信息

getInstance

public static UUIDHexGenerator getInstance()

toInt

public static int toInt(byte[] bytes)

format

protected String format(int intval)

format

protected String format(short shortval)

getJVM

protected int getJVM()

getCount

protected short getCount()

getIP

protected int getIP()

getHiTime

protected short getHiTime()

getLoTime

protected int getLoTime()

generate

public String generate()


Copyright © 2017. All Rights Reserved.