public enum CollectorType extends Enum<CollectorType>
Enum Constant and Description |
---|
CMS |
G1_OLD |
PARALLEL_OLD |
SERIAL_OLD |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static CollectorType |
getOldCollectorType(IItemCollection items) |
static CollectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectorType SERIAL_OLD
public static final CollectorType PARALLEL_OLD
public static final CollectorType G1_OLD
public static final CollectorType CMS
public static final CollectorType UNKNOWN
public static CollectorType[] values()
for (CollectorType c : CollectorType.values()) System.out.println(c);
public static CollectorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static CollectorType getOldCollectorType(IItemCollection items)
Copyright © 2019. All rights reserved.