类 java.lang.IndexOutOfBoundsException 的使用 (Java 2 Platform SE 5.0)
function windowTitle()
{
    parent.document.title="类 java.lang.IndexOutOfBoundsException 的使用 (Java 2 Platform SE 5.0)";
}
      概述 
      软件包 
      类 
   ;使用 
      树 
      已过时 
      索引 
      帮助 
JavaTM 2 PlatformStandard Ed. 5.0
 ;上一个 
 ;下一个
get out of  框架   
 ;无框架   
 
  !--
  if(window==top) {
    document.writeln('所有类');
  }
  //--
  所有类
类 java.lang.IndexOutOfBoundsException的使用
使用 IndexOutOfBoundsException 的软件包
java.awt
包含用于创建用户界面和绘制图形图像的所有类。 
java.awt.print
为通用的打印 API 提供类和接口。 
java.lang
提供利用 Java 编程语言进行程序设计的基础类。 
lation
提供 Relation Service 的定义。 
 
java.awt 中 IndexOutOfBoundsException 的使用
 
抛出 IndexOutOfBoundsException 的 java.awt 中的方法
 Cursor
                  Point hotSpot,
                  String name)
          ;创建一个新的定制光标对象。
 
java.awt.print 中 IndexOutOfBoundsException 的使用
 
抛出 IndexOutOfBoundsException 的 java.awt.print 中的方法
 PageFormat
          ;返回 pageIndex 指定的页面的 PageFormat。
 PageFormat
          ;返回 pageIndex 指定的页面的 PageFormat。
 Printable
          ;返回负责呈现 pageIndex 指定的页面的 Printable 实例。
 Printable
          ;返回 Printable 实例,该实例负责呈现 pageIndex 指定的页面。
 void
Book.setPage(int pageIndex,
        Printable painter,
        PageFormat page)
          ;为指定的页码设置 PageFormat 和 Painter。
 
java.lang 中 IndexOutOfBoundsException 的使用
 
java.lang 中 IndexOutOfBoundsException 的子类
 class
ArrayIndexOutOfBoundsException
          ;用非法索引访问数组时抛出的异常。
 class
StringIndexOutOfBoundsException
          ;此异常由 String 方法抛出,指示索引或者为负,或者超出字符串的
大小。
 
lation 中 IndexOutOfBoundsException 的使用
 
抛出 IndexOutOfBoundsException 的 lation 中的方法
 void
RoleList.add(int theIndex,
    Role theRole)
          ;插入指定为指定位置处的元素的角。
 void
RoleUnresolvedList.add(int index,
    RoleUnresolved theRoleUnres)
          ;在指定位置处插入指定为元素的未解析角。
 boolean
RoleList.addAll(int theIndex,
      RoleList theRoleList)
          ;从指定位置开始,将指定 RoleList 中的所有元素插入此列表,这些元素按指定 RoleList 的迭代器返回的顺序排列。
 boolean
RoleUnresolvedList.addAll(int index,
      RoleUnresolvedList theRoleUnresolvedList)
          ;从指定位置开始,将指定 RoleUnresolvedList 中的所有元素插入此列表,这些元素按指定 RoleUnresolvedList 的迭代器返回的顺序排列。
 boolean
RoleList.addAll(RoleList theRoleList)
          ;将指定 RoleList 中的所有元素追加到列表末尾,这些元素按指定 RoleList 的迭代器返回的顺序排列。
 boolean
RoleUnresolvedList.addAll(RoleUnresolvedList theRoleUnresolvedList)
          ;将指定 RoleUnresolvedList 中的所有元素追加到列表末尾,这些元素按指定 RoleUnresolvedList 的迭代器返回的顺序排列。
 void
RoleList.set(int theIndex,
    Role theRole)
          ;将指定位置处的元素设置为指定角。
 void
RoleUnresolvedList.set(int index,
    RoleUnresolved theRoleUnres)
          ;将指定位置处的元素设置为指定的未解析角。
 
      概述 
      软件包 
      类 
   ;使用 
      树 
      已过时 
      索引 
      帮助 
JavaTM 2 PlatformStandard Ed. 5.0
 ;上一个 
 ;下一个
  框架   
 ;无框架   
 
  !--
  if(window==top) {
    document.writeln('所有类');
  }
  //--
  所有类
提交错误或意见有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。