Field TYPE
Field type: java.lang.Class<Class<Integer>>
Member of: java.lang.Integer
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 Boolean.TYPE, Character.TYPE, Byte.TYPE, Short.TYPE, Integer.TYPE,
2 private static Class[][] argClasses = {{Integer.TYPE, Integer.class},
3 Integer.TYPE.isAssignableFrom(type) ||
4 else if (Integer.TYPE.equals(primitiveClass)) return Integer.class;
5 ret == Integer.TYPE ||
6 if (Args.length() == 0) return Integer.TYPE;
7 converters.put(Integer.TYPE, new IntegerConverter(defaultInteger));
8 if (c == Integer.TYPE) return Integer.class;
9 new ObjectStreamField(SPACES_PER_TAB_PROP, Integer.TYPE)
10 Class[] paramClasses = {Integer.TYPE};
11 pClass == Integer.TYPE ||
12 boolean isInteger = ( Integer.class.equals( desiredClass ) || Integer.TYPE.equals( desiredClass ) );
13 if (s == Integer.TYPE)
14 this.targetTypes[0] = Integer.TYPE;
15 (arg.equals(Integer.TYPE) &&
16 if (ccls == Integer.TYPE) return renderArray(val, intRenderer);
17 assertTrue(StringConvertors.forClass(java.lang.Integer.TYPE) instanceof IntegerStringConvertor);
18 || Integer.TYPE == returnType) {
19 } else if (Integer.TYPE.isAssignableFrom(type)) {
20 if(lclassObject == Integer.TYPE) {return Types.INTEGER;}
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.