|
|||||||||
类 java.lang.IndexOutOfBoundsException
的使用
使用 IndexOutOfBoundsException 的软件包 | |
---|---|
java.awt | 包含用于创建用户界面和绘制图形图像的所有类。 |
java.awt.print | 为通用的打印 API 提供类和接口。 |
java.lang | 提供利用 Java 编程语言进行程序设计的基础类。 |
javax.management.relation | 提供 Relation Service 的定义。 |
java.awt 中 IndexOutOfBoundsException 的使用 |
---|
抛出 IndexOutOfBoundsException 的 java.awt 中的方法 | |
---|---|
Cursor |
Toolkit.createCustomCursor(Image cursor, Point hotSpot, String name) 创建一个新的定制光标对象。 |
java.awt.print 中 IndexOutOfBoundsException 的使用 |
---|
抛出 IndexOutOfBoundsException 的 java.awt.print 中的方法 | |
---|---|
PageFormat |
Pageable.getPageFormat(int pageIndex) 返回 pageIndex 指定的页面的 PageFormat 。 |
PageFormat |
Book.getPageFormat(int pageIndex) 返回 pageIndex 指定的页面的 PageFormat 。 |
Printable |
Pageable.getPrintable(int pageIndex) 返回负责呈现 pageIndex 指定的页面的 Printable 实例。 |
Printable |
Book.getPrintable(int pageIndex) 返回 Printable 实例,该实例负责呈现 pageIndex 指定的页面。 |
void |
Book.setPage(int pageIndex, Printable painter, PageFormat page) 为指定的页码设置 PageFormat 和 Painter 。 |
java.lang 中 IndexOutOfBoundsException 的使用 |
---|
java.lang 中 IndexOutOfBoundsException 的子类 | |
---|---|
class |
ArrayIndexOutOfBoundsException 用非法索引访问数组时抛出的异常。 |
class |
StringIndexOutOfBoundsException 此异常由 String 方法抛出,指示索引或者为负,或者超出字符串的大小。 |
javax.management.relation 中 IndexOutOfBoundsException 的使用 |
---|
抛出 IndexOutOfBoundsException 的 javax.management.relation 中的方法 | |
---|---|
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) 将指定位置处的元素设置为指定的未解析角色。 |
所有类
|
|||||||||