Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.lang.Long
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 java.lang.Long[] tests =
2 long lOldLong = (new Long(lValue)).longValue();
3 long max = java.lang.Long.MAX_VALUE;
4 ltime = Long.toString ( (long) RangeSliderPanel.rangeSlider.getValue() * 1000L );
5 m_hash = new Long(getDate()).hashCode() ^ new Long(getPeriod()).hashCode() ^ new Long(getInitialOccurrences()).hashCode();
6 Long values[] = new Long[numValues];
7 Long id = null;
8 data.add(new Long(elapsed));
9 if (p1.getIterationId().longValue() < p2.getIterationId().longValue()) {
10 long x=(new Long(e3.getAttribute("x"))).longValue();
11 randList.add(new Long((short) rand.nextLong()));
12 data.setPolynomial((Long.decode(value)).longValue());
13 longValue= Long.parseLong(value.getValueString());
14 long v = ((Long)value).longValue();
15 return Long.decode(token).longValue();
16 noSamplesField.setText(Long.toString(model.getSampleCount()));
17 setValue(ATTR_LOCK_DATE, new Long(System.currentTimeMillis()));
18 assert currRequest.longValue() != Long.MAX_VALUE : "Wrap around logic needed!";
19 } else if (target == Long.TYPE) {
20 obj = new Long(((Integer) v).longValue());

Links to utility classes and functions:

1 org.apache.commons.beanutils.converters.LongArrayConverter
2 uchicago.src.sim.util.LongWrapper
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.