Constructor Long(long value)
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
this(info, new Long(value));
2
return new Long(l).toString();
3
return new Long(result);
4
return new Long(res);
5
return (new Long(lFont.getSize())).toString();
6
public final void put(Object o, long l) { put(o, new Long(l)); }
7
private static final Object[] MIXED_TYPE_LIST = {new String("foo"), new Long(2)};
8
public void put(String name, long value) { put(name, new Long(value)); }
9
if (toClass == Long.class) return new Long(n.longValue());
10
this.print(new Long(l).toString());
11
setObject(field, new Long(value));
12
return new Long(rs.getLong(mapping.getColumnName()));
13
return getLong(s, new Long(l)).longValue();
14
return new Long(myValue);
15
return publicCertificates.containsKey(new Long(keyID));
16
return getLongBytes(new Long(Double.doubleToRawLongBits(d.doubleValue())));
17
return (new Long(getCrc())).hashCode();
18
header.put(name, new Long(date));
19
return new Long(id);
20
setParameter(i,new Long(l));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.