org.apache.commons.collections.primitives.decorators

Class BaseProxyDoubleCollection

abstract class BaseProxyDoubleCollection extends Object implements DoubleCollection

Since: Commons Primitives 1.0

Version: $Revision: 1.1 $ $Date: 2003/10/29 19:39:12 $

Author: Rodney Waldhoff

Constructor Summary
protected BaseProxyDoubleCollection()
Method Summary
booleanadd(double element)
booleanaddAll(DoubleCollection c)
voidclear()
booleancontains(double element)
booleancontainsAll(DoubleCollection c)
booleanequals(Object obj)
protected abstract DoubleCollectiongetProxiedCollection()
inthashCode()
booleanisEmpty()
DoubleIteratoriterator()
booleanremoveAll(DoubleCollection c)
booleanremoveElement(double element)
booleanretainAll(DoubleCollection c)
intsize()
double[]toArray()
double[]toArray(double[] a)
StringtoString()

Constructor Detail

BaseProxyDoubleCollection

protected BaseProxyDoubleCollection()

Method Detail

add

public boolean add(double element)

addAll

public boolean addAll(DoubleCollection c)

clear

public void clear()

contains

public boolean contains(double element)

containsAll

public boolean containsAll(DoubleCollection c)

equals

public boolean equals(Object obj)

getProxiedCollection

protected abstract DoubleCollection getProxiedCollection()

hashCode

public int hashCode()

isEmpty

public boolean isEmpty()

iterator

public DoubleIterator iterator()

removeAll

public boolean removeAll(DoubleCollection c)

removeElement

public boolean removeElement(double element)

retainAll

public boolean retainAll(DoubleCollection c)

size

public int size()

toArray

public double[] toArray()

toArray

public double[] toArray(double[] a)

toString

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