类 WhiteFilter
- java.lang.Object
-
- edu.princeton.cs.algs4.WhiteFilter
-
public class WhiteFilter extends java.lang.Object
TheWhiteFilter
class provides a client for reading in a whitelist of words from a file; then, reading in a sequence of words from standard input, printing out each word that appears in the file. It is useful as a test client for various symbol table implementations.For additional documentation, see Section 3.5 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
-
-
方法概要
修饰符和类型 方法 说明 static void
main(java.lang.String[] args)
-