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

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

1 Long.TYPE, Float.TYPE, Double.TYPE, Void.TYPE
2 Long.TYPE.isAssignableFrom(type) ||
3 {Long.TYPE, Long.class},
4 else if (Long.TYPE.equals(primitiveClass)) return Long.class;
5 ret == Long.TYPE ||
6 if (Args.length() == 0) return Long.TYPE;
7 if (c == Long.TYPE) return Long.class;
8 converters.put(Long.TYPE, new LongConverter(defaultLong));
9 Long.TYPE, "getInterval", "setInterval"));
10 if (c == Long.TYPE) return Long.class;
11 pClass == Long.TYPE;
12 boolean isLong = ( Long.class.equals( desiredClass ) || Long.TYPE.equals( desiredClass ) );
13 else if (s == Long.TYPE)
14 } else if (primitiveClass == Long.TYPE) {
15 if (ccls == Long.TYPE) return renderArray(val, longRenderer);
16 assertTrue(StringConvertors.forClass(java.lang.Long.TYPE) instanceof LongStringConvertor);
17 } else if (returnType.equals(Long.TYPE)) {
18 } else if (Long.TYPE.isAssignableFrom(type)) {
19 if(lclassObject == Long.TYPE) {return Types.BIGINT;}
20 type.equals(Long.TYPE) ||
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.