public enum Keywords extends Enum<Keywords>
| 枚举常量和说明 |
|---|
BUCKETSIZE |
CAPACITY |
ERROR |
EXPANSION |
ITEMS |
MAXITERATIONS |
NOCREATE |
NONSCALING |
WEIGHTS |
public static final Keywords CAPACITY
public static final Keywords ERROR
public static final Keywords EXPANSION
public static final Keywords NOCREATE
public static final Keywords NONSCALING
public static final Keywords ITEMS
public static final Keywords WEIGHTS
public static final Keywords BUCKETSIZE
public static final Keywords MAXITERATIONS
public static Keywords[] values()
for (Keywords c : Keywords.values()) System.out.println(c);
public static Keywords valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.