org.apache.commons.collections.primitives.decorators

Class BaseProxyLongCollection

abstract class BaseProxyLongCollection extends Object implements LongCollection

Since: Commons Primitives 1.0

Version: $Revision: 1.1 $ $Date: 2003/10/27 23:46:10 $

Author: Rodney Waldhoff

Constructor Summary
protected BaseProxyLongCollection()
Method Summary
booleanadd(long element)
booleanaddAll(LongCollection c)
voidclear()
booleancontains(long element)
booleancontainsAll(LongCollection c)
booleanequals(Object obj)
protected abstract LongCollectiongetProxiedCollection()
inthashCode()
booleanisEmpty()
LongIteratoriterator()
booleanremoveAll(LongCollection c)
booleanremoveElement(long element)
booleanretainAll(LongCollection c)
intsize()
long[]toArray()
long[]toArray(long[] a)
StringtoString()

Constructor Detail

BaseProxyLongCollection

protected BaseProxyLongCollection()

Method Detail

add

public boolean add(long element)

addAll

public boolean addAll(LongCollection c)

clear

public void clear()

contains

public boolean contains(long element)

containsAll

public boolean containsAll(LongCollection c)

equals

public boolean equals(Object obj)

getProxiedCollection

protected abstract LongCollection getProxiedCollection()

hashCode

public int hashCode()

isEmpty

public boolean isEmpty()

iterator

public LongIterator iterator()

removeAll

public boolean removeAll(LongCollection c)

removeElement

public boolean removeElement(long element)

retainAll

public boolean retainAll(LongCollection c)

size

public int size()

toArray

public long[] toArray()

toArray

public long[] toArray(long[] a)

toString

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