org.lobobrowser.util
Class FilteredCollection
java.lang.Object
org.lobobrowser.util.FilteredCollection
- Collection
public class FilteredCollection
extends java.lang.Object
implements Collection
FilteredCollection
public FilteredCollection(Collection sourceCollection,
ObjectFilter filter)
add
public boolean add(Object o)
addAll
public boolean addAll(Collection c)
contains
public boolean contains(Object o)
containsAll
public boolean containsAll(Collection c)
isEmpty
public boolean isEmpty()
iterator
public Iterator iterator()
remove
public boolean remove(Object o)
removeAll
public boolean removeAll(Collection c)
retainAll
public boolean retainAll(Collection c)
toArray
public Object[] toArray()
toArray
public Object[] toArray(Object[] a)