Method intValue()
Return type: int
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
return (new Long(lNumberVal)).intValue();
2
assignedDataObject.setLong(columnName, Long.valueOf(this.getText()).intValue());
3
aValue = new Integer(aLong.intValue());
4
setMinVal(fldName, minVal.intValue());
5
key = new Long(k.getLastKey().intValue() + 1);
6
setValue = new Integer(value.intValue());
7
lData[0] = new Integer(((Long)lPrimaryKey[0]).intValue());
8
assertEquals ("It is 1", 1, ((Long)o).intValue());
9
tmpElem = ((Long)element).intValue();
10
this.currentFileSize = initialSize.intValue();
11
result = new Integer(identifier.intValue());
12
return new Integer(lng.intValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.