类 LookupCSV
- java.lang.Object
-
- edu.princeton.cs.algs4.LookupCSV
-
public class LookupCSV extends java.lang.Object
TheLookupCSV
class provides a data-driven client for reading in a key-value pairs from a file; then, printing the values corresponding to the keys found on standard input. Both keys and values are strings. The fields to serve as the key and value are taken as command-line arguments.For additional documentation, see Section 3.5 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
-
-
方法概要
修饰符和类型 方法 说明 static void
main(java.lang.String[] args)
-