net.java.quickcheck.generator.support
Class ByteGenerator

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

public class ByteGenerator
extends Object


Constructor Summary
ByteGenerator()
           
ByteGenerator(byte lo, byte hi)
           
ByteGenerator(byte min, byte max, Distribution dist)
           
 
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
 

Constructor Detail

ByteGenerator

public ByteGenerator()

ByteGenerator

public ByteGenerator(byte lo,
                     byte hi)

ByteGenerator

public ByteGenerator(byte min,
                     byte max,
                     Distribution dist)
Method Detail

next

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

Returns:
a newly created instance


Copyright © 2011. All Rights Reserved.