Uses of Class
org.openstreetmap.josm.tools.SubclassFilteredCollection

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
<S,T extends S>
SubclassFilteredCollection<S,T>
Utils.filteredCollection(java.util.Collection<S> collection, java.lang.Class<T> klass)
          Filter a collection by (sub)class.
 



JOSM