Uses of Class
java.lang.IndexOutOfBoundsException
-
Packages that use IndexOutOfBoundsException 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.print 为常规打印API提供类和接口。java.lang 提供对Java编程语言设计至关重要的类。javax.management.relation 提供Relation Service的定义。 -
-
Uses of IndexOutOfBoundsException in java.awt
Methods in java.awt that throw IndexOutOfBoundsException 变量和类型 方法 描述 Cursor
Toolkit. createCustomCursor(Image cursor, Point hotSpot, String name)
创建一个新的自定义光标对象。 -
Uses of IndexOutOfBoundsException in java.awt.print
Methods in java.awt.print that throw IndexOutOfBoundsException 变量和类型 方法 描述 PageFormat
Book. getPageFormat(int pageIndex)
返回pageIndex指定的页面的pageIndex
。PageFormat
Pageable. getPageFormat(int pageIndex)
返回PageFormat
指定的页面的pageIndex
。Printable
Book. getPrintable(int pageIndex)
返回负责呈现pageIndex
指定的页面的Printable
实例。Printable
Pageable. getPrintable(int pageIndex)
返回负责呈现pageIndex
指定的页面的Printable
实例。void
Book. setPage(int pageIndex, Printable painter, PageFormat page)
为指定的页码设置PageFormat
和Painter
。 -
Uses of IndexOutOfBoundsException in java.lang
Subclasses of IndexOutOfBoundsException in java.lang 变量和类型 类 描述 class
ArrayIndexOutOfBoundsException
抛出以指示已使用非法索引访问数组。class
StringIndexOutOfBoundsException
由String
方法抛出,以指示索引是负数还是大于字符串的大小。 -
Uses of IndexOutOfBoundsException in javax.management.relation
Methods in javax.management.relation that throw IndexOutOfBoundsException 变量和类型 方法 描述 void
RoleList. add(int index, Role role)
在指定的位置插入指定为元素的角色。void
RoleUnresolvedList. add(int index, RoleUnresolved role)
在指定位置插入指定为元素的未解析角色。boolean
RoleList. addAll(int index, RoleList roleList)
将指定RoleList中的所有元素插入到此列表中,从指定位置开始,按指定RoleList的迭代器返回它们的顺序。boolean
RoleList. addAll(RoleList roleList)
将指定RoleList中的所有元素追加到列表末尾,按指定RoleList的迭代器返回它们的顺序。boolean
RoleUnresolvedList. addAll(int index, RoleUnresolvedList roleList)
将指定RoleUnresolvedList中的所有元素插入到此列表中,从指定位置开始,按指定RoleUnresolvedList的迭代器返回它们的顺序。boolean
RoleUnresolvedList. addAll(RoleUnresolvedList roleList)
将指定RoleUnresolvedList中的所有元素追加到列表末尾,按指定RoleUnresolvedList的迭代器返回它们的顺序。void
RoleList. set(int index, Role role)
将指定位置的元素设置为指定的角色。void
RoleUnresolvedList. set(int index, RoleUnresolved role)
将指定位置的元素设置为指定的未解析角色。
-