public static enum TypeConstants.DangerousMethod extends java.lang.Enum<TypeConstants.DangerousMethod>
| Enum Constant and Description |
|---|
Contains |
ContainsAll |
ContainsKey |
ContainsValue |
Equals |
Get |
IndexOf |
LastIndexOf |
Remove |
RemoveAll |
RetainAll |
| Modifier and Type | Method and Description |
|---|---|
static TypeConstants.DangerousMethod |
detectSelector(char[] selector) |
static TypeConstants.DangerousMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeConstants.DangerousMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeConstants.DangerousMethod Contains
public static final TypeConstants.DangerousMethod Remove
public static final TypeConstants.DangerousMethod RemoveAll
public static final TypeConstants.DangerousMethod ContainsAll
public static final TypeConstants.DangerousMethod RetainAll
public static final TypeConstants.DangerousMethod Get
public static final TypeConstants.DangerousMethod ContainsKey
public static final TypeConstants.DangerousMethod ContainsValue
public static final TypeConstants.DangerousMethod IndexOf
public static final TypeConstants.DangerousMethod LastIndexOf
public static final TypeConstants.DangerousMethod Equals
public static TypeConstants.DangerousMethod[] values()
for (TypeConstants.DangerousMethod c : TypeConstants.DangerousMethod.values()) System.out.println(c);
public static TypeConstants.DangerousMethod 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 nullpublic static TypeConstants.DangerousMethod detectSelector(char[] selector)