public static enum CollectionsFactory.CollectionsFramework extends java.lang.Enum<CollectionsFactory.CollectionsFramework>
Enum Constant and Description |
---|
Apache |
FastUtil |
GS |
HPPC |
Java |
Javolution |
Trove |
Modifier and Type | Method and Description |
---|---|
static CollectionsFactory.CollectionsFramework |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollectionsFactory.CollectionsFramework[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionsFactory.CollectionsFramework Java
public static final CollectionsFactory.CollectionsFramework HPPC
public static final CollectionsFactory.CollectionsFramework GS
public static final CollectionsFactory.CollectionsFramework FastUtil
public static final CollectionsFactory.CollectionsFramework Trove
public static final CollectionsFactory.CollectionsFramework Apache
public static final CollectionsFactory.CollectionsFramework Javolution
public static CollectionsFactory.CollectionsFramework[] values()
for (CollectionsFactory.CollectionsFramework c : CollectionsFactory.CollectionsFramework.values()) System.out.println(c);
public static CollectionsFactory.CollectionsFramework valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null