public class Markov extends Object
Markov(String file, int n, int k)
String
getNext()
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Markov(String file, int n, int k) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public String getNext()
public static void main(String[] args) throws IOException