Yazi Ekle
-
java
|
javax
|
org
java
>
java.util
>
java.util.list
>
Interface: java.util.List
java.util.List
public interface
List
extends
Collection
FIELDS:
CONSTRUCTORS:
METHODS:
void
add
(int index,
Object
element)
Throws:
UnsupportedOperationException
Throws:
ClassCastException
Throws:
NullPointerException
Throws:
IllegalArgumentException
Throws:
IndexOutOfBoundsException
boolean
add
(
Object
e)
Throws:
UnsupportedOperationException
Throws:
ClassCastException
Throws:
NullPointerException
Throws:
IllegalArgumentException
boolean
addAll
(int index,
Collection
c)
Throws:
UnsupportedOperationException
Throws:
ClassCastException
Throws:
NullPointerException
Throws:
IllegalArgumentException
Throws:
IndexOutOfBoundsException
boolean
addAll
(
Collection
c)
Throws:
UnsupportedOperationException
Throws:
ClassCastException
Throws:
NullPointerException
Throws:
IllegalArgumentException
void
clear
()
Throws:
UnsupportedOperationException
boolean
contains
(
Object
o)
Throws:
ClassCastException
Throws:
NullPointerException
boolean
containsAll
(
Collection
c)
Throws:
ClassCastException
Throws:
NullPointerException
boolean
equals
(
Object
o)
Object
get
(int index)
Throws:
IndexOutOfBoundsException
int
hashCode
()
int
indexOf
(
Object
o)
Throws:
ClassCastException
Throws:
NullPointerException
boolean
isEmpty
()
Iterator
iterator
()
int
lastIndexOf
(
Object
o)
Throws:
ClassCastException
Throws:
NullPointerException
ListIterator
listIterator
()
ListIterator
listIterator
(int index)
Throws:
IndexOutOfBoundsException
Object
remove
(int index)
Throws:
UnsupportedOperationException
Throws:
IndexOutOfBoundsException
boolean
remove
(
Object
o)
Throws:
ClassCastException
Throws:
NullPointerException
Throws:
UnsupportedOperationException
boolean
removeAll
(
Collection
c)
Throws:
UnsupportedOperationException
Throws:
ClassCastException
Throws:
NullPointerException
boolean
retainAll
(
Collection
c)
Throws:
UnsupportedOperationException
Throws:
ClassCastException
Throws:
NullPointerException
Object
set
(int index,
Object
element)
Throws:
UnsupportedOperationException
Throws:
ClassCastException
Throws:
NullPointerException
Throws:
IllegalArgumentException
Throws:
IndexOutOfBoundsException
int
size
()
List
subList
(int fromIndex, int toIndex)
Throws:
IndexOutOfBoundsException
Object
[]
toArray
()
Object
[]
toArray
(
Object
[] a)
Throws:
ArrayStoreException
Throws:
NullPointerException
INHERITED METHODS:
SUBINTERFACES:
Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net