| java.lang.Object com.ibm.icu.dev.test.util.Pick
Pick | abstract public class Pick (Code) | | |
Inner Class :static class Target | |
Inner Class :public static class Sequence extends ListPick | |
Inner Class :public static class Alternation extends ListPick | |
Inner Class :static class Morph extends ItemPick | |
Inner Class :static class Quote extends ItemPick | |
Inner Class :public static class Position | |
Inner Class :abstract static class Visitor | |
Inner Class :static class Replacer extends Visitor | |
Inner Class :public static class WeightedIndex | |
Method Summary | |
abstract protected void | addTo(Target target) | String | checkName(String name, Set alreadySeen) | public static Pick | codePoint(UnicodeSet source) | static int | getChar(String newValue, int newIndex, StringBuffer mergeBuffer, boolean copy) | abstract public String | getInternal(int depth, Set alreadySeen) | public static Pick.Alternation | makeAlternation() | public static Pick.Sequence | makeSequence() | abstract protected boolean | match(String input, Position p) | public Pick | name(String name) | public static int | pick(Random random, int start, int end) | public static double | pick(Random random, double start, double end) | public static boolean | pick(Random random, double percent) | public static int | pick(Random random, UnicodeSet s) | public static String | pick(Random random, String[] source) | public static double[] | realloc(double[] source, int newSize) | public static int[] | realloc(int[] source, int newSize) | public static Pick[] | realloc(Pick[] source, int newSize) | public static Pick | repeat(int minCount, int maxCount, int[] itemWeights, Pick item) | public Pick | replace(String toReplace, Pick replacement) | public static Pick | string(String source) | abstract protected Pick | visit(Visitor visitor) |
addTo | abstract protected void addTo(Target target)(Code) | | |
getInternal | abstract public String getInternal(int depth, Set alreadySeen)(Code) | | |
match | abstract protected boolean match(String input, Position p)(Code) | | |
pick | public static int pick(Random random, int start, int end)(Code) | | |
pick | public static double pick(Random random, double start, double end)(Code) | | |
pick | public static boolean pick(Random random, double percent)(Code) | | |
realloc | public static double[] realloc(double[] source, int newSize)(Code) | | |
realloc | public static int[] realloc(int[] source, int newSize)(Code) | | |
repeat | public static Pick repeat(int minCount, int maxCount, int[] itemWeights, Pick item)(Code) | | |
|
|