Method parseLong(String s)
Return type: 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
this.getMapMessage(messageId).setLong(key, Long.parseLong(value));
2
this.getStreamMessage(messageId).writeLong(Long.parseLong(value));
3
this.id = Long.parseLong(id);
4
millis = Long.parseLong(interval)*1000;
5
long tick = Long.parseLong(txtTick.getText());
6
myValue = Long.parseLong(aString);
7
valInt = Long.parseLong(valString) ;
8
Long.parseLong(System.getProperty(CACHE_EXPIRATION_PROPERTY,
9
long val = Long.parseLong((String)raw);
10
this.getContentLength = Long.parseLong(getContentLength);
11
setKeepaliveTime (Long.parseLong (kat));
12
templateCache.updateFrequency = Long.parseLong(updateFreq);
13
min = Long.parseLong(modeConf.getAttribute("min","0"));
14
long multiplier = Long.parseLong ( args [ 0 ] );
15
Long.parseLong (reloadNode.getNodeValue())
16
long temp = Long.parseLong(s);
17
mask.setLowerBound(Long.parseLong(_lowerBound.getText()));
18
IJournalTicket ticket = new JournalTicket(Long.parseLong(ticketId));
19
result = new Timestamp (Long.parseLong (value));
20
bytes = Long.parseLong(str);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.