org.apache.commons.collections.primitives.adapters
Class NonSerializableIntCollectionCollection
java.lang.Object
org.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection
org.apache.commons.collections.primitives.adapters.NonSerializableIntCollectionCollection
- All Implemented Interfaces:
- Collection
- final class NonSerializableIntCollectionCollection
- extends AbstractIntCollectionCollection
- Since:
- Commons Primitives 1.0
- Version:
- $Revision: 1.3 $ $Date: 2003/10/16 20:49:39 $
- Author:
- Rodney Waldhoff
_collection
private IntCollection _collection
NonSerializableIntCollectionCollection
public NonSerializableIntCollectionCollection(IntCollection collection)
- Creates a
Collection
wrapping
the specified IntCollection
.
getIntCollection
protected IntCollection getIntCollection()
- Specified by:
getIntCollection
in class AbstractIntCollectionCollection
add
public boolean add(Object element)
- Specified by:
add
in interface Collection
addAll
public boolean addAll(Collection c)
- Specified by:
addAll
in interface Collection
clear
public void clear()
- Specified by:
clear
in interface Collection
contains
public boolean contains(Object element)
- Specified by:
contains
in interface Collection
containsAll
public boolean containsAll(Collection c)
- Specified by:
containsAll
in interface Collection
toString
public String toString()
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection
iterator
public Iterator iterator()
wraps
the
IntIterator
returned by my underlying
IntCollection
,
if any.
- Specified by:
iterator
in interface Collection
remove
public boolean remove(Object element)
- Specified by:
remove
in interface Collection
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAll
in interface Collection
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAll
in interface Collection
size
public int size()
- Specified by:
size
in interface Collection
toArray
public Object[] toArray()
- Specified by:
toArray
in interface Collection
toArray
public Object[] toArray(Object[] A)
- Specified by:
toArray
in interface Collection
Copyright (c) 2002-2003 - Apache Software Foundation