net.java.quickcheck.generator.support
Class CharacterGenerator

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

public class CharacterGenerator
extends Object
implements Generator<Character>


Field Summary
static Pair<Character,Character> BASIC_LATIN
           
static Pair<Character,Character> LATIN_1_SUPPLEMENT
           
 
Constructor Summary
CharacterGenerator()
           
CharacterGenerator(char first, char last)
           
 
Method Summary
 Character next()
          Generates the next instance.
 char nextChar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASIC_LATIN

public static final Pair<Character,Character> BASIC_LATIN

LATIN_1_SUPPLEMENT

public static final Pair<Character,Character> LATIN_1_SUPPLEMENT
Constructor Detail

CharacterGenerator

public CharacterGenerator()

CharacterGenerator

public CharacterGenerator(char first,
                          char last)
Method Detail

next

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

Specified by:
next in interface Generator<Character>
Returns:
a newly created instance

nextChar

public char nextChar()


Copyright © 2011. All Rights Reserved.