public class CharSequenceValue
| Constructor and description | 
|---|
| CharSequenceValue
                                (boolean chop, Type type, int startIndex, int endIndex, char[] buffer, boolean encoded, boolean checkDate) | 
| Type | Name and description | 
|---|---|
| BigDecimal | bigDecimalValue() | 
| BigInteger | bigIntegerValue() | 
| boolean | booleanValue() | 
| byte | byteValue() | 
| char | charAt(int index) | 
| char | charValue() | 
| void | chop() | 
| Date | dateValue() | 
| double | doubleValue() | 
| boolean | equals(Object o) | 
| float | floatValue() | 
| int | hashCode() | 
| int | intValue() | 
| boolean | isContainer() | 
| int | length() | 
| long | longValue() | 
| short | shortValue() | 
| String | stringValue() | 
| String | stringValueEncoded() | 
| CharSequence | subSequence(int start, int end) | 
| T | toEnum(Class<T> cls) | 
| static T | toEnum(Class<T> cls, String value) | 
| static T | toEnum(Class<T> cls, int value) | 
| String | toString() | 
| Object | toValue() | 
Copyright © 2003-2016 The Apache Software Foundation. All rights reserved.