java > java.util > java.util.abstractcollection >

Class: java.util.AbstractCollection
    java.lang.Object
       java.util.AbstractCollection


public abstract class AbstractCollection extends Object implements Collection


FIELDS:

CONSTRUCTORS:
protected AbstractCollection()


METHODS:
public boolean add(Object e)
Throws: UnsupportedOperationException
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException
Throws: IllegalStateException

public boolean addAll(Collection c)
Throws: UnsupportedOperationException
Throws: ClassCastException
Throws: NullPointerException
Throws: IllegalArgumentException
Throws: IllegalStateException

public void clear()
Throws: UnsupportedOperationException

public boolean contains(Object o)
Throws: ClassCastException
Throws: NullPointerException

public boolean containsAll(Collection c)
Throws: ClassCastException
Throws: NullPointerException

public boolean isEmpty()

public abstract Iterator iterator()

public boolean remove(Object o)
Throws: UnsupportedOperationException
Throws: ClassCastException
Throws: NullPointerException

public boolean removeAll(Collection c)
Throws: UnsupportedOperationException
Throws: ClassCastException
Throws: NullPointerException

public boolean retainAll(Collection c)
Throws: UnsupportedOperationException
Throws: ClassCastException
Throws: NullPointerException

public abstract int size()

public Object[] toArray()

public Object[] toArray(Object[] a)
Throws: ArrayStoreException
Throws: NullPointerException

public String toString()
Overrides: Object


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
AbstractList, AbstractQueue, AbstractSet, ArrayDeque,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net