it.biobytes.ammentos.util
Class Sequencer

java.lang.Object
  extended by it.biobytes.ammentos.util.Sequencer

public class Sequencer
extends java.lang.Object

Sequence generator.

Author:
Davide Deidda

Constructor Summary
Sequencer()
           
 
Method Summary
static int nextInt()
           
static long nextLong()
          Generates a new long value
static java.lang.String nextString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sequencer

public Sequencer()
Method Detail

nextLong

public static long nextLong()
Generates a new long value

Returns:

nextInt

public static int nextInt()

nextString

public static java.lang.String nextString()