net.java.quickcheck.generator.support
Class ByteGenerator
java.lang.Object
net.java.quickcheck.generator.support.ByteGenerator
- All Implemented Interfaces:
- Generator<Byte>
public class ByteGenerator
- extends Object
Method Summary |
Byte |
next()
Generates the next instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteGenerator
public ByteGenerator()
ByteGenerator
public ByteGenerator(byte lo,
byte hi)
ByteGenerator
public ByteGenerator(byte min,
byte max,
Distribution dist)
next
public Byte next()
- Description copied from interface:
Generator
- Generates the next instance.
- Returns:
- a newly created instance
Copyright © 2011. All Rights Reserved.