Method decode(String nm)
Return type:
java.lang.Integer
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
toReturn = Integer.decode(s.substring(0,3)).intValue();
2
return Integer.decode(s).intValue();
3
return Integer.decode(sval).intValue();
4
year = Integer.decode(st.nextToken()).intValue();
5
? m_kont.getContinuation(Integer.decode(level).intValue()).getId()
6
(dropLeadZero(dateString.substring(0,2))).intValue();
7
Integer hostPort = Integer.decode(UtilProperties.getPropertyValue(resource, "payment.verisign.hostPort", "443"));
8
time = Integer.decode(args[1]).intValue();
9
return Integer.decode(token).intValue();
10
int lDate = (Integer.decode(lVal)).intValue();
11
return Integer.decode((String) params.get(name)).intValue();
12
return Integer.decode(source);
13
try { top = Integer.decode(p.getProperty(TOP_BOUND_PROPERTY)).intValue(); }
14
Integer intVal = Integer.decode(_value.getData());
15
value = Integer.decode(env.getValue());
16
frameDelay = Integer.decode(args[i+1]).intValue();
17
Integer.decode(val.substring(pos).trim()).intValue();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.