|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubclassFilteredCollection | |
|---|---|
| org.openstreetmap.josm.tools | |
| Uses of SubclassFilteredCollection in org.openstreetmap.josm.tools |
|---|
| Subclasses of SubclassFilteredCollection in org.openstreetmap.josm.tools | |
|---|---|
class |
FilteredCollection<T>
The same as SubclassFilteredCollection, but does not restrict the type of the collection to a certain subclass. |
| Methods in org.openstreetmap.josm.tools that return SubclassFilteredCollection | ||
|---|---|---|
static
|
Utils.filteredCollection(java.util.Collection<S> collection,
java.lang.Class<T> klass)
Filter a collection by (sub)class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||