|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<T>
org.openstreetmap.josm.tools.SubclassFilteredCollection<T,T>
org.openstreetmap.josm.tools.FilteredCollection<T>
public class FilteredCollection<T>
The same as SubclassFilteredCollection, but does not restrict the type of the collection to a certain subclass.
Field Summary |
---|
Fields inherited from class org.openstreetmap.josm.tools.SubclassFilteredCollection |
---|
size |
Constructor Summary | |
---|---|
FilteredCollection(java.util.Collection<? extends T> collection,
Predicate<? super T> predicate)
|
Method Summary |
---|
Methods inherited from class org.openstreetmap.josm.tools.SubclassFilteredCollection |
---|
isEmpty, iterator, size |
Methods inherited from class java.util.AbstractCollection |
---|
add, addAll, clear, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Constructor Detail |
---|
public FilteredCollection(java.util.Collection<? extends T> collection, Predicate<? super T> predicate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |