public class Null extends Number implements CharSequence
| Constructor and Description |
|---|
Null() |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
int |
intValue() |
int |
length() |
long |
longValue() |
CharSequence |
subSequence(int start,
int end) |
byteValue, shortValueclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchars, codePoints, toStringpublic int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.