枚举类

最基础的枚举类用法就是实现类型安全。

enum class Direction {
    NORTH, SOUTH, WEST, EAST
}

每个枚举常量就是一个对象,枚举常量使用逗号分隔。

results matching ""

    No results matching ""