public static enum StringSupport.NeighborChar extends java.lang.Enum<StringSupport.NeighborChar>
Modifier and Type | Method and Description |
---|---|
static StringSupport.NeighborChar |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StringSupport.NeighborChar[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringSupport.NeighborChar NOT_CHAR
public static final StringSupport.NeighborChar FOUND
public static final StringSupport.NeighborChar WRAPPED
public static StringSupport.NeighborChar[] values()
for (StringSupport.NeighborChar c : StringSupport.NeighborChar.values()) System.out.println(c);
public static StringSupport.NeighborChar 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 nullCopyright © 2001-2018 JRuby. All Rights Reserved.