Package | Description |
---|---|
org.openstreetmap.josm.tools |
Modifier and Type | Class and Description |
---|---|
class |
FilteredCollection<T>
The same as SubclassFilteredCollection, but does not restrict the type
of the collection to a certain subclass.
|
Modifier and Type | Method and Description |
---|---|
static <S,T extends S> |
Utils.filteredCollection(java.util.Collection<S> collection,
java.lang.Class<T> klass)
Filter a collection by (sub)class.
|