public class CharSequenceValue
Constructor and description |
---|
CharSequenceValue
(boolean chop, Type type, int startIndex, int endIndex, char[] buffer, boolean encoded, boolean checkDate) |
Type Params | Return 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 extends Enum> |
T |
toEnum(Class<T> cls) |
<T extends Enum> |
static T |
toEnum(Class<T> cls, String value) |
<T extends Enum> |
static T |
toEnum(Class<T> cls, int value) |
|
String |
toString() |
|
Object |
toValue() |
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.