Uses of Class
de.uni_trier.wi2.procake.utils.exception.IndexOutOfBoundsException
-
Packages that use IndexOutOfBoundsException Package Description de.uni_trier.wi2.procake.data.object.base de.uni_trier.wi2.procake.data.object.base.impl -
-
Uses of IndexOutOfBoundsException in de.uni_trier.wi2.procake.data.object.base
Methods in de.uni_trier.wi2.procake.data.object.base that throw IndexOutOfBoundsException Modifier and Type Method Description DataObjectListObject. elementAt(int index)intListObject. indexOf(DataObject object, int index)Searches for the first occurence of the given object, beginning the search atindex, and testing for equality using theequalsmethod.voidListObject. insertAt(DataObject value, int index)Inserts the specified data object in this list at the specifiedindex.voidListObject. removeAt(int index)Deletes the object at the specified index. -
Uses of IndexOutOfBoundsException in de.uni_trier.wi2.procake.data.object.base.impl
Methods in de.uni_trier.wi2.procake.data.object.base.impl that throw IndexOutOfBoundsException Modifier and Type Method Description DataObjectListObjectImpl. elementAt(int index)intListObjectImpl. indexOf(DataObject object, int index)voidListObjectImpl. insertAt(DataObject value, int index)voidListObjectImpl. removeAt(int index)
-