📄 unitcatalog.java
字号:
import java.io.IOException;import java.io.BufferedReader;import java.io.DataInputStream;import java.io.FileInputStream;import java.io.InputStreamReader;import java.io.IOException;import java.util.ArrayList;import java.util.HashMap;import java.util.Iterator;import java.util.StringTokenizer;import java.util.TreeSet;/** * Reads in a festival clunits unit catalog. The units are stored * as a HashMap of ArrayLists where the HashMap is indexed by unit * type (e.g., "ae_afternoon"), and the ArrayList is a list of the * actual units themselves (e.g., "ae_afternoon_23"). *
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -