net.java.quickcheck.generator.support
Class LongGenerator

java.lang.Object
  extended by net.java.quickcheck.generator.support.LongGenerator
All Implemented Interfaces:
Generator<Long>

public class LongGenerator
extends Object


Constructor Summary
LongGenerator()
           
LongGenerator(long min, long max)
           
LongGenerator(long min, long max, Distribution dist)
           
 
Method Summary
 Long next()
          Generates the next instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongGenerator

public LongGenerator()

LongGenerator

public LongGenerator(long min,
                     long max)

LongGenerator

public LongGenerator(long min,
                     long max,
                     Distribution dist)
Method Detail

next

public Long next()
Description copied from interface: Generator
Generates the next instance.

Returns:
a newly created instance


Copyright © 2011. All Rights Reserved.