public static enum StringSupport.NeighborChar extends Enum<StringSupport.NeighborChar>
| Modifier and Type | Method and Description | 
|---|---|
| static StringSupport.NeighborChar | valueOf(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(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 nullCopyright © 2001-2015 JRuby. All Rights Reserved.