Method intValue()
Return type: int
Member of:
java.lang.Short
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
int idx = ((Short)entry.getValue()).intValue();
2
m.set(((int)pos.intValue() - 1), i - 1, cell.getNumericCellValue());
3
value = new Integer (((Short) value).intValue ());
4
sendMsg.writeShort (((Short) inputs_[inputCol]).intValue());
5
return TclInteger.newInstance(((Short) javaObj).intValue());
6
tmpElem = ((Short)element).intValue();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.