Method longValue()
Return type: long
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 addValue(new Long(v.longValue()));
2 obj = new Long(((Integer) v).longValue());
3 value = ( (Integer) p_value ).longValue();
4 long progressDelay = ScopeConfig.getInteger(SwingContext.PROGRESS_START_DELAY_PROPERTY).longValue();
5 case(MAP_LNN): lReturnKey = new AtrisDatasourceKey(((Integer)lValues[0]).longValue());
6 return new Long(((Integer) o).longValue());
7 return nf.format(intgr.longValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.