com.jdroid.java.utils
Class IdGenerator

java.lang.Object
  extended by com.jdroid.java.utils.IdGenerator

public class IdGenerator
extends Object


Constructor Summary
IdGenerator()
           
 
Method Summary
static int getIntId()
           
static long getLongId()
           
static int getRandomIntId()
           
static long getRandomLongId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdGenerator

public IdGenerator()
Method Detail

getLongId

public static long getLongId()

getIntId

public static int getIntId()

getRandomLongId

public static long getRandomLongId()

getRandomIntId

public static int getRandomIntId()


Copyright © 2014. All rights reserved.