public static interface Primitive.Source
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean() |
byte |
getByte() |
char |
getChar() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
Object |
getObject() |
short |
getShort() |
boolean getBoolean()
byte getByte()
char getChar()
short getShort()
int getInt()
long getLong()
float getFloat()
double getDouble()
Object getObject()
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.