Uses of Class
org.jutil.unique.UID

Packages that use UID
org.jutil.unique   
 

Uses of UID in org.jutil.unique
 

Methods in org.jutil.unique that return UID
static UID UID.create()
           
static UID UID.create(long created)
           
 UID Unique.getUID()
           
static UID UID.valueOf(java.lang.String str)
           
 

Methods in org.jutil.unique with parameters of type UID
static java.util.Date UID.getDate(UID uid)
           
static java.lang.String UID.getFormattedDate(UID uid)