com.phoenixst.collections
public abstract class AbstractUnmodifiableCollection extends AbstractCollection
Since: 1.0
Version: $Revision: 1.6 $
Constructor Summary | |
---|---|
protected | AbstractUnmodifiableCollection()
Protected constructor, called implicitly by subclasses. |
Method Summary | |
---|---|
boolean | addAll(Collection collection) |
void | clear() |
boolean | remove(Object object) |
boolean | removeAll(Collection collection) |
boolean | retainAll(Collection collection) |
int | size()
This implementation counts the number of elements accessed by
the Iterator . |
Iterator
.