org.apache.commons.collections.primitives.decorators

Class BaseProxyByteCollection

abstract class BaseProxyByteCollection extends Object implements ByteCollection

Since: Commons Primitives 1.0

Version: $Revision: 1.1 $ $Date: 2003/10/29 18:33:10 $

Author: Rodney Waldhoff

Constructor Summary
protected BaseProxyByteCollection()
Method Summary
booleanadd(byte element)
booleanaddAll(ByteCollection c)
voidclear()
booleancontains(byte element)
booleancontainsAll(ByteCollection c)
booleanequals(Object obj)
protected abstract ByteCollectiongetProxiedCollection()
inthashCode()
booleanisEmpty()
ByteIteratoriterator()
booleanremoveAll(ByteCollection c)
booleanremoveElement(byte element)
booleanretainAll(ByteCollection c)
intsize()
byte[]toArray()
byte[]toArray(byte[] a)
StringtoString()

Constructor Detail

BaseProxyByteCollection

protected BaseProxyByteCollection()

Method Detail

add

public boolean add(byte element)

addAll

public boolean addAll(ByteCollection c)

clear

public void clear()

contains

public boolean contains(byte element)

containsAll

public boolean containsAll(ByteCollection c)

equals

public boolean equals(Object obj)

getProxiedCollection

protected abstract ByteCollection getProxiedCollection()

hashCode

public int hashCode()

isEmpty

public boolean isEmpty()

iterator

public ByteIterator iterator()

removeAll

public boolean removeAll(ByteCollection c)

removeElement

public boolean removeElement(byte element)

retainAll

public boolean retainAll(ByteCollection c)

size

public int size()

toArray

public byte[] toArray()

toArray

public byte[] toArray(byte[] a)

toString

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