A C D E G H I M P R S T U W

P

printCharacters(Iterator<String>, int, int) - Static method in class markov.Words
Given an iterator over characters, print the words with word wrapping to fit within the specified number of columns.
printCharacters(Iterator<String>, int, int, PrintStream) - Static method in class markov.Words
Provides the same functionality as Words.printCharacters(Iterator, int, int), except that is allows a PrintStream to be specified, so that output can be sent to a file.
printWords(Iterator<String>, int, int) - Static method in class markov.Words
Given an iterator over words, print the words with word wrapping to fit within the specified number of columns.
printWords(Iterator<String>, int, int, PrintStream) - Static method in class markov.Words
Provides the same functionality as Words.printWords(Iterator, int, int), except that is allows a PrintStream to be specified, so that output can be sent to a file.
PublicTests - Class in tests
Some test cases distributed as part of the project.
PublicTests() - Constructor for class tests.PublicTests
 

A C D E G H I M P R S T U W

Web Accessibility