integer.html
来自「j2se5-api-zh,java文档的中文版本」· HTML 代码 · 共 1,380 行 · 第 1/5 页
HTML
1,380 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0_03) on Wed Nov 02 09:48:26 CST 2005 --><META http-equiv="Content-Type" content="text/html; charset=gb2312"><TITLE>Integer (Java 2 Platform SE 5.0)</TITLE><META NAME="keywords" CONTENT="java.lang.Integer class"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){ parent.document.title="Integer (Java 2 Platform SE 5.0)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="跳过导航链接"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Integer.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Standard Ed. 5.0</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="InstantiationException.html" title="java.lang 中的类"><B>上一个类</B></A> <A HREF="InternalError.html" title="java.lang 中的类"><B>下一个类</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html@java_2Flang_2FInteger.html" target="_top"><B>框架</B></A> <A HREF="Integer.html" target="_top"><B>无框架</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>所有类</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>所有类</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要: 嵌套 | <A HREF="#field_summary">字段</A> | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">详细信息: <A HREF="#field_detail">字段</A> | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">java.lang</FONT><BR>类 Integer</H2><PRE><A HREF="Object.html" title="java.lang 中的类">java.lang.Object</A> <IMG SRC="../../resources/inherit.gif" ALT="继承者 "><A HREF="Number.html" title="java.lang 中的类">java.lang.Number</A> <IMG SRC="../../resources/inherit.gif" ALT="继承者 "><B>java.lang.Integer</B></PRE><DL><DT><B>所有已实现的接口:</B> <DD>java.io.Serializable, <A HREF="Comparable.html" title="java.lang 中的接口">Comparable</A><<A HREF="Integer.html" title="java.lang 中的类">Integer</A>></DD></DL><HR><DL><DT><PRE>public final class <B>Integer</B><DT>extends <A HREF="Number.html" title="java.lang 中的类">Number</A><DT>implements <A HREF="Comparable.html" title="java.lang 中的接口">Comparable</A><<A HREF="Integer.html" title="java.lang 中的类">Integer</A>></DL></PRE><P><code>Integer</code> 类在对象中包装了一个基本类型 <code>int</code> 的值。<code>Integer</code> 类型的对象包含一个 <code>int</code> 类型的字段。<p> 此外,该类提供了多个方法,能在 <code>int</code> 类型和 <code>String</code> 类型之间互相转换,还提供了处理 <code>int</code> 类型时非常有用的其他一些常量和方法。<p>实现注意事项:“bit twiddling”方法(如 <A HREF="Integer.html#highestOneBit(int)"><CODE>highestOneBit</CODE></A> 和 <A HREF="Integer.html#numberOfTrailingZeros(int)"><CODE>numberOfTrailingZeros</CODE></A>)的实现基于 Henry S. Warren, Jr.撰写的《<i>Hacker's Delight</i>》(Addison Wesley, 2002)中的一些有关材料。<P><P><DL><DT><B>从以下版本开始:</B></DT> <DD>JDK1.0</DD><DT><B>另请参见:</B><DD><A HREF="../../serialized-form.html#java.lang.Integer">序列化表格</A></DL><HR><P><!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>字段摘要</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#MAX_VALUE">MAX_VALUE</A></B></CODE><BR> 保存有 <code>int</code> 类型的最大值的常量可取的值为 2<sup>31</sup>-1。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#MIN_VALUE">MIN_VALUE</A></B></CODE><BR> 保存有 <code>int</code> 类型的最小值的常量可取的值为 -2<sup>31</sup>。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#SIZE">SIZE</A></B></CODE><BR> 以二进制补码形式表示 <tt>int</tt> 值的位数。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="Class.html" title="java.lang 中的类">Class</A><<A HREF="Integer.html" title="java.lang 中的类">Integer</A>></CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#TYPE">TYPE</A></B></CODE><BR> 表示基本类型 <code>int</code> 的 <code>Class</code> 实例。</TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>构造方法摘要</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="Integer.html#Integer(int)">Integer</A></B>(int value)</CODE><BR> 构造一个新分配的 <code>Integer</code> 对象,它表示指定的 <code>int</code> 值。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="Integer.html#Integer(java.lang.String)">Integer</A></B>(<A HREF="String.html" title="java.lang 中的类">String</A> s)</CODE><BR> 构造一个新分配的 <code>Integer</code> 对象,它表示 <code>String</code> 参数所指示的 <code>int</code> 值。</TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>方法摘要</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#bitCount(int)">bitCount</A></B>(int i)</CODE><BR> 返回指定 <tt>int</tt> 值的二进制补码表示形式的 1 位的数量。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> byte</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#byteValue()">byteValue</A></B>()</CODE><BR> 以 <code>byte</code> 类型返回该 <code>Integer</code> 的值。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#compareTo(java.lang.Integer)">compareTo</A></B>(<A HREF="Integer.html" title="java.lang 中的类">Integer</A> anotherInteger)</CODE><BR> 在数字上比较两个 <code>Integer</code> 对象。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="Integer.html" title="java.lang 中的类">Integer</A></CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#decode(java.lang.String)">decode</A></B>(<A HREF="String.html" title="java.lang 中的类">String</A> nm)</CODE><BR> 将 <code>String</code> 解码为 <code>Integer</code>。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> double</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#doubleValue()">doubleValue</A></B>()</CODE><BR> 以 <code>double</code> 类型返回该 <code>Integer</code> 的值。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#equals(java.lang.Object)">equals</A></B>(<A HREF="Object.html" title="java.lang 中的类">Object</A> obj)</CODE><BR> 比较此对象与指定对象。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> float</CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#floatValue()">floatValue</A></B>()</CODE><BR> 以 <code>float</code> 类型返回该 <code>Integer</code> 的值。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="Integer.html" title="java.lang 中的类">Integer</A></CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#getInteger(java.lang.String)">getInteger</A></B>(<A HREF="String.html" title="java.lang 中的类">String</A> nm)</CODE><BR> 确定具有指定名称的系统属性的整数值。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="Integer.html" title="java.lang 中的类">Integer</A></CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#getInteger(java.lang.String, int)">getInteger</A></B>(<A HREF="String.html" title="java.lang 中的类">String</A> nm, int val)</CODE><BR> 确定具有指定名称的系统属性的整数值。</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="Integer.html" title="java.lang 中的类">Integer</A></CODE></FONT></TD><TD><CODE><B><A HREF="Integer.html#getInteger(java.lang.String, java.lang.Integer)">getInteger</A></B>(<A HREF="String.html" title="java.lang 中的类">String</A> nm, <A HREF="Integer.html" title="java.lang 中的类">Integer</A> val)</CODE><BR> 返回具有指定名称的系统属性的整数值。</TD></TR>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?