Various fonts are declared as static constants in this class.
各种字体都在这个类中声明为静态常数。
Of course, well-practiced programmers already know you can achieve this functionality with static constants, as shown in Listing 1.
当然,熟练的程序员可以用静态常量实现这项功能,如清单1所示。
Constants - final static fields and occasionally final local variables - are written in all uppercase with underscores separating the words, as in MAX_CONNECTIONS.
常量—终态静态字段和临时终态本地变量—全部适用大写字母,并以下划线分隔各词,如MAX_CONNECTIONS。
应用推荐