org.apache.commons.collections.primitives.adapters

Class AbstractLongCollectionCollection

abstract class AbstractLongCollectionCollection extends Object implements Collection

Since: Commons Primitives 1.0

Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $

Author: Rodney Waldhoff

Method Summary
booleanadd(Object element)
booleanaddAll(Collection c)
voidclear()
booleancontains(Object element)
booleancontainsAll(Collection c)
protected abstract LongCollectiongetLongCollection()
booleanisEmpty()
Iteratoriterator()
wraps the LongIterator returned by my underlying LongCollection, if any.
booleanremove(Object element)
booleanremoveAll(Collection c)
booleanretainAll(Collection c)
intsize()
Object[]toArray()
Object[]toArray(Object[] A)
StringtoString()

Method Detail

add

public boolean add(Object element)

addAll

public boolean addAll(Collection c)

clear

public void clear()

contains

public boolean contains(Object element)

containsAll

public boolean containsAll(Collection c)

getLongCollection

protected abstract LongCollection getLongCollection()

isEmpty

public boolean isEmpty()

iterator

public Iterator iterator()
wraps the LongIterator returned by my underlying LongCollection, if any.

remove

public boolean remove(Object element)

removeAll

public boolean removeAll(Collection c)

retainAll

public boolean retainAll(Collection c)

size

public int size()

toArray

public Object[] toArray()

toArray

public Object[] toArray(Object[] A)

toString

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