org.apache.commons.collections.primitives.adapters

Class AbstractCharCollectionCollection

abstract class AbstractCharCollectionCollection extends Object implements Collection

Since: Commons Primitives 1.0

Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $

Author: Rodney Waldhoff

Method Summary
booleanadd(Object element)
booleanaddAll(Collection c)
voidclear()
booleancontains(Object element)
booleancontainsAll(Collection c)
protected abstract CharCollectiongetCharCollection()
booleanisEmpty()
Iteratoriterator()
wraps the CharIterator returned by my underlying CharCollection, if any.
booleanremove(Object element)
booleanremoveAll(Collection c)
booleanretainAll(Collection c)
intsize()
Object[]toArray()
Object[]toArray(Object[] A)
StringtoString()

Method Detail

add

public boolean add(Object element)

addAll

public boolean addAll(Collection c)

clear

public void clear()

contains

public boolean contains(Object element)

containsAll

public boolean containsAll(Collection c)

getCharCollection

protected abstract CharCollection getCharCollection()

isEmpty

public boolean isEmpty()

iterator

public Iterator iterator()
wraps the CharIterator returned by my underlying CharCollection, if any.

remove

public boolean remove(Object element)

removeAll

public boolean removeAll(Collection c)

retainAll

public boolean retainAll(Collection c)

size

public int size()

toArray

public Object[] toArray()

toArray

public Object[] toArray(Object[] A)

toString

public String toString()
Copyright (c) 2002-2003 - Apache Software Foundation