cn.gtmap.estateplat.utils
类 UUID

java.lang.Object
  继承者 cn.gtmap.estateplat.utils.UUID

public final class UUID
extends Object

支持排序的高可靠128位uuid生成器 hiTime(16位)+loTime(到毫秒,32位)+IP(后两段,16位)+RAND(初始随机数,16位)+ JVM(初始加载时间,32位)+COUNTER(计数器,16位)

版本:
V1.0, 13-10-11
作者:
yangxin

构造方法摘要
UUID()
           
 
方法摘要
static byte[] bytes()
           
static String generate18()
           
static String hex32()
           
static boolean isNumeric(String str)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UUID

public UUID()
方法详细信息

hex32

public static String hex32()

bytes

public static byte[] bytes()

generate18

public static String generate18()

isNumeric

public static boolean isNumeric(String str)


Copyright © 2015–2022 cn.gtmap. All rights reserved.