Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

BuiltInSuppotType

wenshao edited this page Apr 25, 2016 · 17 revisions

primitive type and array

type standard_version android_version
byte Y Y
short Y Y
int Y Y
long Y Y
float Y Y
double Y Y
char Y Y
boolean Y Y
byte[] Y Y
short[] Y Y
int[] Y Y
long[] Y Y
float[] Y Y
double[] Y Y
char[] Y Y
boolean[] Y Y

Basic Type

type standard_version android_version
java.lang.Byte Y Y
java.lang.Short Y Y
java.lang.Integer Y Y
java.lang.Long Y Y
java.lang.Float Y Y
java.lang.Double Y Y
java.lang.String Y Y
java.math.BigInteger Y Y
java.math.BigDecimal Y Y
java.util.Map Y Y
java.util.HashMap Y Y
java.util.LinkedHashMap Y Y
java.util.TreeMap Y Y
java.util.ConcurrentHashMap Y Y
java.util.Collection Y Y
java.util.List Y Y
java.util.Iterator Y Y
java.util.Iterable Y Y
java.util.ArrayList Y Y
java.lang.Object[] Y Y

Basic Type

java.lang.Class | Y | Y

Clone this wiki locally