Field TYPE
Field type: java.lang.Class<Class<Short>>
Member of: java.lang.Short
[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 String.class, Short.TYPE, Short.TYPE, Short.TYPE
3 {Short.TYPE, Short.class},
4 else if (Short.TYPE.equals(primitiveClass)) return Short.class;
5 if (Args.length() == 0) return Short.TYPE;
6 if (c == Short.TYPE) return Short.class;
7 converters.put(Short.TYPE, new ShortConverter(defaultShort));
8 Short.class, Short.TYPE,
9 if (c == Short.TYPE) return Short.class;
10 pClass == Short.TYPE ||
11 else if (s == Short.TYPE)
12 boolean isShort = ( Short.class.equals( desiredClass ) || Short.TYPE.equals( desiredClass ) );
13 } else if (primitiveClass == Short.TYPE) {
14 parm.equals(Short.TYPE) ||
15 if (ccls == Short.TYPE) return renderArray(val, shortRenderer);
16 } else if (returnType.equals(Short.TYPE)) {
17 type.equals(Short.TYPE) ||
18 arg = Short.TYPE;
19 else if (signature.equals(Short.TYPE.getName()))
20 else if (parameterTypes[j].equals(Short.TYPE))
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.