org.apache.lucene.util.automaton
Class AutomatonTestUtil.RandomAcceptedStrings
java.lang.Object
   org.apache.lucene.util.automaton.AutomatonTestUtil.RandomAcceptedStrings
org.apache.lucene.util.automaton.AutomatonTestUtil.RandomAcceptedStrings
- Enclosing class:
- AutomatonTestUtil
- public static class AutomatonTestUtil.RandomAcceptedStrings 
- extends Object
Lets you retrieve random strings accepted
 by an Automaton.
 
 Once created, call getRandomAcceptedString(Random)
 to get a new string (in UTF-32 codepoints).
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AutomatonTestUtil.RandomAcceptedStrings
public AutomatonTestUtil.RandomAcceptedStrings(Automaton a)
getRandomAcceptedString
public int[] getRandomAcceptedString(Random r)
- 
 
          Copyright © 2000-2013 Apache Software Foundation.  All Rights Reserved.