net.java.quickcheck.generator.support
Class LongGenerator
java.lang.Object
net.java.quickcheck.generator.support.LongGenerator
- All Implemented Interfaces:
- Generator<Long>
public class LongGenerator
- extends Object
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 |
LongGenerator
public LongGenerator()
LongGenerator
public LongGenerator(long min,
long max)
LongGenerator
public LongGenerator(long min,
long max,
Distribution dist)
next
public Long next()
- Description copied from interface:
Generator
- Generates the next instance.
- Returns:
- a newly created instance
Copyright © 2011. All Rights Reserved.