net.java.quickcheck.generator.support
Class CharacterGenerator
java.lang.Object
net.java.quickcheck.generator.support.CharacterGenerator
- All Implemented Interfaces:
- Generator<Character>
public class CharacterGenerator
- extends Object
- implements Generator<Character>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASIC_LATIN
public static final Pair<Character,Character> BASIC_LATIN
LATIN_1_SUPPLEMENT
public static final Pair<Character,Character> LATIN_1_SUPPLEMENT
CharacterGenerator
public CharacterGenerator()
CharacterGenerator
public CharacterGenerator(char first,
char last)
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.