org.apache.commons.collections.primitives.decorators

Class BaseProxyCharCollection

abstract class BaseProxyCharCollection extends Object implements CharCollection

Since: Commons Primitives 1.0

Version: $Revision: 1.1 $ $Date: 2003/10/29 19:20:07 $

Author: Rodney Waldhoff

Constructor Summary
protected BaseProxyCharCollection()
Method Summary
booleanadd(char element)
booleanaddAll(CharCollection c)
voidclear()
booleancontains(char element)
booleancontainsAll(CharCollection c)
booleanequals(Object obj)
protected abstract CharCollectiongetProxiedCollection()
inthashCode()
booleanisEmpty()
CharIteratoriterator()
booleanremoveAll(CharCollection c)
booleanremoveElement(char element)
booleanretainAll(CharCollection c)
intsize()
char[]toArray()
char[]toArray(char[] a)
StringtoString()

Constructor Detail

BaseProxyCharCollection

protected BaseProxyCharCollection()

Method Detail

add

public boolean add(char element)

addAll

public boolean addAll(CharCollection c)

clear

public void clear()

contains

public boolean contains(char element)

containsAll

public boolean containsAll(CharCollection c)

equals

public boolean equals(Object obj)

getProxiedCollection

protected abstract CharCollection getProxiedCollection()

hashCode

public int hashCode()

isEmpty

public boolean isEmpty()

iterator

public CharIterator iterator()

removeAll

public boolean removeAll(CharCollection c)

removeElement

public boolean removeElement(char element)

retainAll

public boolean retainAll(CharCollection c)

size

public int size()

toArray

public char[] toArray()

toArray

public char[] toArray(char[] a)

toString

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