org.apache.commons.collections.primitives.decorators

Class BaseProxyShortCollection

abstract class BaseProxyShortCollection extends Object implements ShortCollection

Since: Commons Primitives 1.0

Version: $Revision: 1.1 $ $Date: 2003/10/29 18:57:15 $

Author: Rodney Waldhoff

Constructor Summary
protected BaseProxyShortCollection()
Method Summary
booleanadd(short element)
booleanaddAll(ShortCollection c)
voidclear()
booleancontains(short element)
booleancontainsAll(ShortCollection c)
booleanequals(Object obj)
protected abstract ShortCollectiongetProxiedCollection()
inthashCode()
booleanisEmpty()
ShortIteratoriterator()
booleanremoveAll(ShortCollection c)
booleanremoveElement(short element)
booleanretainAll(ShortCollection c)
intsize()
short[]toArray()
short[]toArray(short[] a)
StringtoString()

Constructor Detail

BaseProxyShortCollection

protected BaseProxyShortCollection()

Method Detail

add

public boolean add(short element)

addAll

public boolean addAll(ShortCollection c)

clear

public void clear()

contains

public boolean contains(short element)

containsAll

public boolean containsAll(ShortCollection c)

equals

public boolean equals(Object obj)

getProxiedCollection

protected abstract ShortCollection getProxiedCollection()

hashCode

public int hashCode()

isEmpty

public boolean isEmpty()

iterator

public ShortIterator iterator()

removeAll

public boolean removeAll(ShortCollection c)

removeElement

public boolean removeElement(short element)

retainAll

public boolean retainAll(ShortCollection c)

size

public int size()

toArray

public short[] toArray()

toArray

public short[] toArray(short[] a)

toString

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